Put upper bound on number of entries in SSH2_MSG_EXT_INFO request.
authordtucker <dtucker@openbsd.org>
Sun, 12 Mar 2023 10:40:39 +0000 (10:40 +0000)
committerdtucker <dtucker@openbsd.org>
Sun, 12 Mar 2023 10:40:39 +0000 (10:40 +0000)
commit387ae65b6cb91eb00c44c61420f1e107d07d9d8e
tree10d27e8cea7f9f8b403f7fea6f096e402609e7e0
parente3b8965f5c23f4c5342d47edbce78d8b7d1ef76c
Put upper bound on 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@
usr.bin/ssh/kex.c