CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/27 05:53:12
Modified files:
usr.bin/ssh : scp.c
Log message:
Avoid potential signed int overflow when parsing the file size.
Use strtoul() instead of parsing manually. OK djm@
