Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/30/2001 05:47:12
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jan 30 03:47:12 UTC 2001

Modified Files:
	syssrc/sys/nfs: nfs_bio.c

Log Message:
Make sure bp->b_proc is initialized.  Should fix a deref-garbage-pointer
problem reported by msaitoh@netbsd.org.  NOTE: These are marked XXXUBC
since the code that allocates the bufs is new with UBC, but it may be
the case that bp->b_proc needs to be intialized to curproc (it's used
in a call to nfs_sigintr()).


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/nfs/nfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.