Source-Changes archive

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

CVS commit: [netbsd-10] src/sys/compat



Module Name:    src
Committed By:   martin
Date:           Wed Jun 21 21:22:53 UTC 2023

Modified Files:
        src/sys/compat/linux32/arch/amd64 [netbsd-10]: linux32_machdep.c
        src/sys/compat/ossaudio [netbsd-10]: ossaudio.c
        src/sys/compat/sunos32 [netbsd-10]: sunos32_misc.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #204):

        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.47 -r1.47.4.1 \
    src/sys/compat/linux32/arch/amd64/linux32_machdep.c
cvs rdiff -u -r1.84 -r1.84.4.1 src/sys/compat/ossaudio/ossaudio.c
cvs rdiff -u -r1.85 -r1.85.4.1 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.




Home | Main Index | Thread Index | Old Index