CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/19 06:10:30
Modified files:
usr.bin/ssh : channels.c
Log message:
Use explicit_bzero() instead of bzero() before free() to prevent
the compiler from optimizing away the bzero() call. OK djm@
