> 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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to