[FFmpeg-cvslog] smvjpegdec: make sure cur_frame is not negative

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Thu Nov 10 22:09:03 2016 +0100| [f76947fd567f20287bc8ca8e692a59026bac19e7] | committer: Andreas Cadhalpun smvjpegdec: make sure cur_frame is not negative This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Nie

[FFmpeg-cvslog] smvjpegdec: make sure cur_frame is not negative

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.0 | Andreas Cadhalpun | Thu Nov 10 22:09:03 2016 +0100| [69673d02790f7917d11055236ecfa20c9ff8771a] | committer: Andreas Cadhalpun smvjpegdec: make sure cur_frame is not negative This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Nie

[FFmpeg-cvslog] smvjpegdec: make sure cur_frame is not negative

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.1 | Andreas Cadhalpun | Thu Nov 10 22:09:03 2016 +0100| [eaf79ac2d9c18bce3c1990dbf6722e90d9c788b1] | committer: Andreas Cadhalpun smvjpegdec: make sure cur_frame is not negative This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Nie

[FFmpeg-cvslog] smvjpegdec: make sure cur_frame is not negative

2016-11-17 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Thu Nov 10 22:09:03 2016 +0100| [d8affeea82e5215463fc2288c64b42edda156e25] | committer: Andreas Cadhalpun smvjpegdec: make sure cur_frame is not negative This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Nie

[FFmpeg-cvslog] smvjpegdec: make sure cur_frame is not negative

2016-11-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Nov 10 22:09:03 2016 +0100| [360bc0d90aa66cf21e9f488e77d21db18e01ec9c] | committer: Andreas Cadhalpun smvjpegdec: make sure cur_frame is not negative This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Niederma