CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/10 22:46:30
Modified files:
usr.bin/ssh : kex.c
Log message:
s/%.100s/%s/ in SSH- banner construction as there's no reason to
limit its size: the version string bring included is a compile time
constant going into an allocated banner string.
