Module Name: src Committed By: maxv Date: Fri Nov 15 15:51:57 UTC 2019
Modified Files: src/sys/kern: vfs_subr.c Log Message: NULL-check the structure pointer, not the address of its first field. This is clearer and also appeases syzbot. Reported-by: syzbot+d27bc1be926b3641c...@syzkaller.appspotmail.com To generate a diff of this commit: cvs rdiff -u -r1.472 -r1.473 src/sys/kern/vfs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.