Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/01/2002 23:34:30
Module Name: syssrc
Committed By: jdolecek
Date: Fri Nov 1 21:34:30 UTC 2002
Modified Files:
syssrc/sys/kern: sys_pipe.c
Log Message:
pipe_read(): initialize ocnt before pipelock() call; it might have been
used unitialized when the pipelock() call would fail
bug found by Krister Walfridsson
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.