]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Limit number of entries in SSH2_MSG_EXT_INFO
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 12 Mar 2023 10:40:39 +0000 (10:40 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 12 Mar 2023 11:02:18 +0000 (22:02 +1100)
commitd95af508e78c0cd3dce56b83853baaa59ae295cf
tree5e328ef48b7505ca6a71fd0e64fbe4ff73213a46
parent8f287ba60d342b3e2f750e7332d2131e3ec7ecd0
upstream: Limit number of entries in SSH2_MSG_EXT_INFO

request. This is already constrained by the maximum SSH packet size but this
makes it explicit.  Prompted by Coverity CID 291868, ok djm@ markus@

OpenBSD-Commit-ID: aea023819aa44a2dcb9dd0fbec10561896fc3a09
kex.c