Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys/compat/ossaudio
Module Name: src
Committed By: martin
Date: Wed Apr 22 18:12:26 UTC 2020
Modified Files:
src/sys/compat/ossaudio [netbsd-9]: ossaudio.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #841):
sys/compat/ossaudio/ossaudio.c: revision 1.83
ossaudio: Avoid giving userland uninitialized memory. Noticed by maxv.
The uninitalized field in this structure is `fillers`, an array that
simply reserves space for later changes in OSSv4, which this version
of the OSS compat layer (specifically for Linux applications) makes no
effort to implement.
To generate a diff of this commit:
cvs rdiff -u -r1.74.4.2 -r1.74.4.3 src/sys/compat/ossaudio/ossaudio.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