Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/sys/fs/cd9660
Module Name: src
Committed By: martin
Date: Sun Aug 4 11:16:26 UTC 2019
Modified Files:
src/sys/fs/cd9660 [netbsd-8]: cd9660_vnops.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1322):
sys/fs/cd9660/cd9660_vnops.c: revision 1.55
Fix info leak: zero out the buffer, because it is not entirely filled, and
the uninitialized bytes get copied to userland in sys___getdens30(). Remove
unneeded cast while here.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.54.10.1 src/sys/fs/cd9660/cd9660_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index