Module Name: src Committed By: jdolecek Date: Wed Jun 24 10:28:17 UTC 2020
Modified Files: src/sys/compat/common: vfs_syscalls_43.c src/sys/compat/sunos32: sunos32_misc.c Log Message: remove special handling for symbolic links for COMPAT_43 lstat, it's not necessary; this removes the only places in kernel which did namei LOOKUP with LOCKPARENT fixes diagnostic KASSERT() in namei() code Reported-by: syzbot+628382ecf1438e53d...@syzkaller.appspotmail.com To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/compat/common/vfs_syscalls_43.c cvs rdiff -u -r1.83 -r1.84 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.