Module Name: src
Committed By: maxv
Date: Thu Jun 25 16:19:07 UTC 2020
Modified Files:
src/sys/kern: sys_pipe.c
Log Message:
Fix NULL deref. The original code before Jaromir's cleanup had an #ifndef
block that wrongly contained the 'else' statement, causing the NULL check
to have no effect.
Reported-by: [email protected]
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.