]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The addition of few more 32bit integer into struct snd_mixer causing
authorAriff Abdullah <ariff@FreeBSD.org>
Sat, 30 Sep 2006 01:01:18 +0000 (01:01 +0000)
committerAriff Abdullah <ariff@FreeBSD.org>
Sat, 30 Sep 2006 01:01:18 +0000 (01:01 +0000)
commit8ddbd405882f298aeb17cd12a626ae0221a6d795
treedfc9a6b31ab5facaed8095ca1f6a98011ea04db6
parent64437d397beb4fa4471be1a424d001dcb2d03452
The addition of few more 32bit integer into struct snd_mixer causing
an accidental MIXER_SIZE overflow. Use 8bit integer instead of 32bit
to reduce the kludge size.

Noticed by: tegge
sys/dev/sound/pcm/mixer.c