CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/02 03:52:14
Modified files:
usr.bin/ssh : misc.c
Log message:
rewrite convtime() to use a isdigit-scanner and strtonum() instead of
strange strtoul can might be fooled by garage characters.
passes regress/usr.bin/ssh/unittests/misc
ok djm
