]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Replace strncmp and strncasecmp with hand-counting bytes
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 23 May 2025 12:52:45 +0000 (12:52 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 24 May 2025 03:44:37 +0000 (13:44 +1000)
commit91903511d0597c3bea218167f9ca5a176fa0dc20
tree409d3e50fa756f5c6fbf89ee130b5d25232683ac
parent0c64d69e4e24a3ab06f7922ef389e7399c4dfb88
upstream: Replace strncmp and strncasecmp with hand-counting bytes

with strprefix. nits lucas@, ok lucas@ djm@

OpenBSD-Commit-ID: f0888807f151ea2bdaf6fed36303ae81f259d1d4
ssh-keygen.c