CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/15 23:13:04
Modified files:
usr.bin/ssh : sftp-server.c
Log message:
1) Use xcalloc() instead of xmalloc() to check for potential overflow.
(Feedback from both mmcc@ and djm@)
2) move set_size just before the for loop. (suggested by djm@)
OK djm@
