Subject: PR/32563 CVS commit: [netbsd-3] 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:15:04
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] src/sys/dev
Date: Tue, 18 Apr 2006 21:12:47 +0000 (UTC)
Module Name: src
Committed By: tron
Date: Tue Apr 18 21:12:47 UTC 2006
Modified Files:
src/sys/dev [netbsd-3]: 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.3 src/sys/dev/audio.c
cvs rdiff -r1.55 -r1.55.8.1 src/sys/dev/audio_if.h
cvs rdiff -r1.32 -r1.32.8.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.