CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/12 04:40:39
Modified files:
usr.bin/ssh : kex.c
Log message:
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@
