diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-06 09:06:16 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-03-09 18:10:16 +0100 |
commit | 62a657de168cf501acb23d48cc1aa00793dc83f3 (patch) | |
tree | 57c58ae2ed7fded5404c8deaf5fea5afb8428f3c /libavutil/parseutils.c | |
parent | c1f479e8df24284237c80ad959619fc85e29a26d (diff) | |
download | ffmpeg-62a657de168cf501acb23d48cc1aa00793dc83f3.tar.gz |
xxan: fix invalid memory access in xan_decode_frame_type0()
The loop a few lines below the xan_unpack() call accesses up to
dec_size * 2 bytes into y_buffer, so dec_size must be limited to
buffer_size / 2.
CC:libav-stable@libav.org
(cherry picked from commit 8a49d2bcbe7573bb4b765728b2578fac0d19763f)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Diffstat (limited to 'libavutil/parseutils.c')
0 files changed, 0 insertions, 0 deletions