]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: fatal out if allocating banner string fails to avoid
authordtucker@openbsd.org <dtucker@openbsd.org>
Tue, 28 Feb 2023 21:31:50 +0000 (21:31 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 28 Feb 2023 22:01:14 +0000 (09:01 +1100)
commit8ead62ed5e86c7df597d8604f332f49cd1527b85
treebf27952551fd2114064b212b1e929ba1c0d303ae
parent44ca56ba0b3f531f1d85730cc701097cd49e6868
upstream: fatal out if allocating banner string fails to avoid

potential null deref later in sscanf.  Spotted by Coverity, ok deraadt@

OpenBSD-Commit-ID: 74e8d228ac00552e96e9e968dfcccf8dd1f46ad5
kex.c