All of lore.kernel.org
 help / color / mirror / Atom feed
* alsamixer crashes with SIGFPE
@ 2010-02-18  8:29 Florian Faber
  2010-02-18  8:44 ` Clemens Ladisch
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Faber @ 2010-02-18  8:29 UTC (permalink / raw)
  To: alsa-devel@alsa-project.org

Hi,

there are several spots in alsamixer's mixer_display.c that cause SIGFPE
through division by zero if (max-min) is zero:

bar_height = ((volumes[c] - min) * volume_height + max - min - 1) / (max
- min);

value = ((volumes[0] - min) * 100 + (max - min) / 2) / (max - min);

etc.


Flo
-- 
Machines can do the work, so people have time to think.
public key DA43FEF4          x-hkp://wwwkeys.eu.pgp.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-19 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18  8:29 alsamixer crashes with SIGFPE Florian Faber
2010-02-18  8:44 ` Clemens Ladisch
2010-02-18  8:51   ` Florian Faber
2010-02-19 16:54     ` Clemens Ladisch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.