diff options
author | Dale Curtis <dalecurtis@chromium.org> | 2012-03-07 14:26:58 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-03-08 11:52:15 -0800 |
commit | ef0d779706c77ca9007527bd8d41e9400682f4e4 (patch) | |
tree | 15c348704e143acbca2ee91b4564d6b8fc90217e /libavutil/pixfmt.h | |
parent | 4ffe5e2aa5241f8da9afd2c8fbc854dcc916c5f9 (diff) | |
download | ffmpeg-ef0d779706c77ca9007527bd8d41e9400682f4e4.tar.gz |
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>
Diffstat (limited to 'libavutil/pixfmt.h')
0 files changed, 0 insertions, 0 deletions