Module Name: src Committed By: kamil Date: Wed Jun 19 14:16:06 UTC 2019
Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Correct wrong type of uio_seg passed to do_sys_mknodat() It was introduced by an accident in previous commit to this file. Detected by syzbot: https://syzkaller.appspot.com/text?tag=CrashLog&x=16635d9ea00000 To generate a diff of this commit: cvs rdiff -u -r1.529 -r1.530 src/sys/kern/vfs_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.