Module Name: src Committed By: martin Date: Wed Jun 21 21:24:38 UTC 2023
Modified Files: src/sys/compat/linux32/arch/amd64 [netbsd-9]: linux32_machdep.c src/sys/compat/ossaudio [netbsd-9]: ossaudio.c src/sys/compat/sunos32 [netbsd-9]: sunos32_misc.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1650): 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.45.2.1 -r1.45.2.2 \ src/sys/compat/linux32/arch/amd64/linux32_machdep.c cvs rdiff -u -r1.74.4.5 -r1.74.4.6 src/sys/compat/ossaudio/ossaudio.c cvs rdiff -u -r1.79.4.1 -r1.79.4.2 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.