Changeset 6fd00e9d in ffmpeg

Timestamp:
May 7, 2011, 4:08:46 PM (14 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
99119bd
Parents:
5631729c
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (05/07/11 15:49:42)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (05/07/11 16:08:46)
Message:

aacdec: add decode_channel_map overread check

All decode_channel_map calls together can easily read
more data than the amount of padding available.
Thus below patch adds an input length check before reading them.
Fixes some invalid reads with sample from
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1138

(No files)

Note: See TracChangeset for help on using the changeset viewer.