Subject: PR/32563 CVS commit: [netbsd-3-0] src/sys/dev
To: None <jmcneill@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 04/18/2006 21:20:03
The following reply was made to PR kern/32563; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32563 CVS commit: [netbsd-3-0] src/sys/dev
Date: Tue, 18 Apr 2006 21:15:07 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Tue Apr 18 21:15:07 UTC 2006
 
 Modified Files:
 	src/sys/dev [netbsd-3-0]: audio.c audio_if.h audiovar.h
 
 Log Message:
 Pull up following revision(s) (requested by jmcneill in ticket #1277):
 	sys/dev/audio_if.h: revision 1.60 via patch
 	sys/dev/audiovar.h: revision 1.35 via patch
 	sys/dev/audio.c: revision 1.203 via patch
 Protect audio_write's filter graph from being modified in the
 middle of a
 write. Fixes the 'audioctl of death' problem (PR#32563).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.192.4.2 -r1.192.4.2.2.1 src/sys/dev/audio.c
 cvs rdiff -r1.55 -r1.55.18.1 src/sys/dev/audio_if.h
 cvs rdiff -r1.32 -r1.32.18.1 src/sys/dev/audiovar.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.