Date: Sat, 30 Sep 2006 01:01:18 +0000 (UTC) From: Ariff Abdullah <ariff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm mixer.c Message-ID: <200609300101.k8U11JgC080303@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ariff 2006-09-30 01:01:18 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm mixer.c Log: 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 Revision Changes Path 1.54 +2 -2 src/sys/dev/sound/pcm/mixer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609300101.k8U11JgC080303>