CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/02 20:02:15
Modified files:
sys/nfs : nfs_vnops.c
Log message:
Make sure we don't leak bytes from malloced memory in the padding of struct
dirent. (The memset in previous commit was both wrong and insufficient.)
problem with memset noted by brad@ and jsg@
ok millert@
