diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-12-31 16:55:43 +0100 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-12-31 17:30:25 +0100 |
commit | 7ea2db6eafa0a8a9497aab20be2cfc8742a59072 (patch) | |
tree | 0fba031cfd3cbf3c6c5187e3ef07b38aec0f5c85 /libswresample/resample_template.c | |
parent | 3f8564fe3c68a29a137ada2400bd9dcd3928bfb1 (diff) | |
download | ffmpeg-7ea2db6eafa0a8a9497aab20be2cfc8742a59072.tar.gz |
mjpegdec: extend check for incompatible values of s->rgb and s->ls
This can happen if s->ls changes from 0 to 1, but picture allocation is
skipped due to s->interlaced.
In that case ff_jpegls_decode_picture could be called even though the
s->picture_ptr frame has the wrong pixel format and thus a wrong
linesize, which results in a too small zero buffer being allocated.
This fixes an out-of-bounds read in ls_decode_line.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libswresample/resample_template.c')
0 files changed, 0 insertions, 0 deletions