]> git.alsa-project.org Git - alsa-utils.git/commit
aplay: Fix out-of-bound access in stereo VU meter drawing
authorTakashi Iwai <tiwai@suse.de>
Tue, 24 Aug 2021 08:06:05 +0000 (10:06 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Aug 2021 08:06:05 +0000 (10:06 +0200)
commitdea51861a8626694c6e80121c17a0a38efc2e33c
tree9f3bed6f2268e869362d1d832149d3efcfa0c3af
parent2efe124c31360cf0156dd0e5e7cdd52d1346a5c0
aplay: Fix out-of-bound access in stereo VU meter drawing

The left channel drawing of a stereo VU meter has a bug where it may
access a negative array index.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
aplay/aplay.c