Make sure we don't leak bytes from malloced memory in the padding of struct
authorguenther <guenther@openbsd.org>
Sun, 3 May 2015 02:02:15 +0000 (02:02 +0000)
committerguenther <guenther@openbsd.org>
Sun, 3 May 2015 02:02:15 +0000 (02:02 +0000)
commit64462c817dba3fa9ce6a40d86982615cad24f821
treecac6f655ec4b9f5a8ff984b1a4c7dcbef5d54018
parent352e3770dfd0f06a87060fcb255cb6c94111edd7
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@
sys/nfs/nfs_vnops.c