Replace atoi and strtol conversions for integer arguments to config
authordtucker <dtucker@openbsd.org>
Tue, 5 Dec 2017 23:59:47 +0000 (23:59 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 5 Dec 2017 23:59:47 +0000 (23:59 +0000)
commit25a0d84aa49a885d0da533e6b2641e05c65dfa48
treee2083e39c63b968dbf5786d1393e2e066b72ac90
parent5f22112ea30e9e0649adb3fb131a77acbedcd153
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@
usr.bin/ssh/misc.c
usr.bin/ssh/misc.h
usr.bin/ssh/readconf.c
usr.bin/ssh/servconf.c