Module Name: src Committed By: martin Date: Wed Jun 21 21:26:16 UTC 2023
Modified Files: src/sys/compat/linux32/arch/amd64 [netbsd-8]: linux32_machdep.c src/sys/compat/ossaudio [netbsd-8]: ossaudio.c src/sys/compat/sunos32 [netbsd-8]: sunos32_misc.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1841): sys/compat/sunos32/sunos32_misc.c: revision 1.86 sys/compat/ossaudio/ossaudio.c: revision 1.85 sys/compat/linux32/arch/amd64/linux32_machdep.c: revision 1.48 compat_sunos32: Memset zero before copyout. Unclear if this can leak anything but let's be on the safe side. compat_ossaudio: Zero-initialize idat before copyout. Unclear if there are any paths to the copyout without initialization, but let's play it safe to keep the auditing effort low. linux32_rt_sendsig: Memset zero before copyout. Not sure if there's any padding here, but it's a pretty big structure, fairly likely, so let's be rather safe than sorry. To generate a diff of this commit: cvs rdiff -u -r1.38.6.3 -r1.38.6.4 \ src/sys/compat/linux32/arch/amd64/linux32_machdep.c cvs rdiff -u -r1.70.6.4 -r1.70.6.5 src/sys/compat/ossaudio/ossaudio.c cvs rdiff -u -r1.77.10.2 -r1.77.10.3 src/sys/compat/sunos32/sunos32_misc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.