Changeset ef0d7797 in ffmpeg

Timestamp:
Mar 8, 2012, 7:52:15 PM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
12623a80
Parents:
4ffe5e2a
git-author:
Dale Curtis <dalecurtis@chromium.org> (03/07/12 22:26:58)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (03/08/12 19:52:15)
Message:

Fix uninitialized reads on malformed ogg files.

The ogg decoder wasn't padding the input buffer with the appropriate
FF_INPUT_BUFFER_PADDING_SIZE bytes. Which led to uninitialized reads in
various pieces of parsing code when they thought they had more data than
they actually did.

Signed-off-by: Dale Curtis <dalecurtis@chromium.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>

(No files)

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