CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/02 03:29:31
Modified files:
usr.bin/ssh : addr.c
Log message:
Use strtonum() instead of severely non-idomatic strtoul()
In particular this will now reject trailing garbage, ie. '12garbage'.
ok djm
