]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The addition of few more 32bit integer into struct snd_mixer causing
authorariff <ariff@FreeBSD.org>
Sat, 30 Sep 2006 01:01:18 +0000 (01:01 +0000)
committerariff <ariff@FreeBSD.org>
Sat, 30 Sep 2006 01:01:18 +0000 (01:01 +0000)
commitba8135e75adc40e45a4335d271169fec30e4f1b5
treedfc9a6b31ab5facaed8095ca1f6a98011ea04db6
parent930749d9ee3b320e3db9f902e3d6263bf25e9dc3
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