Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Andreas Gustafsson <gson@netbsd.org>
List: source-changes
Date: 05/27/2002 20:13:16
Module Name:	syssrc
Committed By:	gson
Date:		Mon May 27 17:13:16 UTC 2002

Modified Files:
	syssrc/sys/dev: audio.c

Log Message:
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 -r1.156 syssrc/sys/dev/audio.c

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