Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/cd9660



Module Name:    src
Committed By:   maxv
Date:           Fri Jul 12 17:18:30 UTC 2019

Modified Files:
        src/sys/fs/cd9660: cd9660_vnops.c

Log Message:
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.55 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