]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Explicitly initialize all members of the
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 20 Nov 2020 02:14:16 +0000 (02:14 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 20 Nov 2020 02:34:52 +0000 (13:34 +1100)
commit3a7c46c72b6a1f643b1fc3589cd20d8320c3d9e1
tree726a6194c852b4bef98666f81e54c52d350649a6
parent076cb616b87d1ea1d292973fcd0ba38c08ea6832
upstream: Explicitly initialize all members of the

find_by_key_ctx struct.  Initializing a single member should be enough
(the spec says the remainder should be initialized as per the static
rules) but some GCCs warn on this which prevents us testing with -Werror
on those.  ok deraadt@ djm@

OpenBSD-Commit-ID: 687126e60a27d30f02614760ef3c3ae4e8d6af28
sshconnect.c