alac: Check that the channels fit at the given offset
authorMartin Storsjö <martin@martin.st>
Tue, 3 Sep 2013 11:16:40 +0000 (14:16 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 3 Sep 2013 19:57:52 +0000 (22:57 +0300)
commit35cbc98b720db95b923cb2d745f77bb2ee4363dc
tree186693561ce0101e07131e8649963f9aa00cdc5b
parentd719981273bc779c7d1e879d88404fd867f93a0e
alac: Check that the channels fit at the given offset

The code tries to decode a number of channels at the
offset given by the ff_alac_channel_layout_offsets table.
Even if the number of channels decoded so far doesn't
exceed the total number of channels, we need to check that
we actually can decode that number of channels at this offset
as well.

Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/alac.c