Changeset 5b8009f4 in ffmpeg

Timestamp:
Oct 28, 2011, 3:47:28 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
0927154
Parents:
a4c32c9
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (10/11/11 18:12:54)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (10/28/11 15:47:28)
Message:

apedec: do not keep incrementing the input data pointer past the end of the
buffer during entropy decoding.

The pointer address could overflow, which would likely segfault. Instead set
the context error flag to indicate that the decoder tried to read past the
end of the packet data.

(No files)

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