Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/compat/common



Module Name:    src
Committed By:   martin
Date:           Sun Aug 15 09:27:50 UTC 2021

Modified Files:
        src/sys/compat/common [netbsd-9]: vfs_syscalls_30.c vfs_syscalls_43.c
            vfs_syscalls_50.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1337):

        sys/compat/common/vfs_syscalls_43.c: revision 1.67
        sys/compat/common/vfs_syscalls_50.c: revision 1.26
        sys/compat/common/vfs_syscalls_30.c: revision 1.42

- memset struct stat to avoid kernel memory disclosure of padded fields
  (thanks Trend Micro for the report)
- use do_fhstat
- consistency in argument order of compat functions


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.38.4.1 src/sys/compat/common/vfs_syscalls_30.c
cvs rdiff -u -r1.64.4.1 -r1.64.4.2 src/sys/compat/common/vfs_syscalls_43.c
cvs rdiff -u -r1.23.2.1 -r1.23.2.2 src/sys/compat/common/vfs_syscalls_50.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