Subject: CVS commit: [netbsd-1-6] syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/27/2002 12:46:22
Module Name:	syssrc
Committed By:	lukem
Date:		Tue Aug 27 09:46:21 UTC 2002

Modified Files:
	syssrc/sys/dev [netbsd-1-6]: audio.c

Log Message:
Pull up revision 1.156 (requested by gmcgarry in ticket #729):
When audio recording was paused or dropping samples, the "outp" of the
recording ring buffer could overrun the end of the buffer.  When
recording resumed, memory after the end of the buffer would be read,
sometimes causing a system crash.


To generate a diff of this commit:
cvs rdiff -r1.155.4.1 -r1.155.4.2 syssrc/sys/dev/audio.c

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