cvs commit: src/sys/sys param.h soundcard.h
src/sys/dev/sound/pcm buffer.c buffer.h channel.c channel.h channel_if.m
dsp.c dsp.h mixer.c mixer.h sound.c sound.h
Tor Egge
Tor.Egge at cvsup.no.freebsd.org
Fri Sep 29 17:09:44 PDT 2006
> netchild 2006-09-23 20:45:47 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/sys soundcard.h param.h
> sys/dev/sound/pcm buffer.c buffer.h channel.c channel.h
> channel_if.m dsp.c dsp.h mixer.c mixer.h
> sound.c sound.h
> Log:
> MFp4 the sound Google Summer of Code project:
This commit caused a panic on my development machine during boot.
The value of the MIXER_SIZE macro is too low (OSSV4_EXPERIMENT is not defined).
At boot time, mix_setrecdevs() wrote beyond the end of the allocated memory.
Later, mtrash_ctor() for the next memory block (1K blocks) found that memory
had been modified after free.
- Tor Egge
More information about the cvs-src
mailing list