Subject: PR/32823 CVS commit: src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Rui Paulo <rpaulo@netbsd.org>
List: netbsd-bugs
Date: 02/25/2006 11:35:02
The following reply was made to PR kern/32823; it has been noted by GNATS.

From: Rui Paulo <rpaulo@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32823 CVS commit: src/sys/dev
Date: Sat, 25 Feb 2006 11:32:51 +0000 (UTC)

 Module Name:	src
 Committed By:	rpaulo
 Date:		Sat Feb 25 11:32:51 UTC 2006
 
 Modified Files:
 	src/sys/dev: audio.c
 
 Log Message:
 In mixer_remove() it's better to check if lwp is not NULL before trying
 to access a children node of it.
 
 Fixes PR 32823, by Yours Truly. I guess I should read the code before
 sending a PR.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.199 -r1.200 src/sys/dev/audio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.