CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/02 01:38:14
Modified files:
usr.bin/ssh : servconf.c
Log message:
Fix possible sshd crash when sshd_config set MaxStartups to a
value <10 using the single-argument form of MaxStartups (e.g.
MaxStartups=3). This doesn't affect the three-argument form
of the directive (e.g. MaxStartups 3:20:5).
Patch from Peter Kaestle via bz3941
