CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/05 16:59:47
Modified files:
usr.bin/ssh : misc.c misc.h readconf.c servconf.c
Log message:
Replace atoi and strtol conversions for integer arguments to config
keywords with a checking wrapper around strtonum. This will prevent
and flag invalid and negative arguments to these keywords. ok djm@
