Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys/compat/netbsd32
Module Name: src
Committed By: martin
Date: Wed Oct 16 17:29:50 UTC 2019
Modified Files:
src/sys/compat/netbsd32 [netbsd-9]: netbsd32_fs.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #337):
sys/compat/netbsd32/netbsd32_fs.c: revision 1.83
Fix netbsd32___mount50():
- zero out fs_args32 to prevent info leaks
- remove unused and non-functional copyin in NFS (lgtm bot)
- declare udata, and don't pass kernel pointers to copyout (lgtm bot)
- make sure data_len is just big enough, to mimic the native behavior
- don't forget to update *retval with the 32bit value
- add an XXX for NFS
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.82.4.1 src/sys/compat/netbsd32/netbsd32_fs.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