History log of /external/libmpeg2/decoder/impeg2d_bitstream.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a18a961b0bffa143dabf597542f724b56eb69108 08-Jun-2017 Venkatarama Avadhani <venkatarama.avadhani@ittiam.com> Fix Error When Input Buffer is Full

In cases where the input buffer is exhausted and the picture has still
not been decoded fully, the multi-thread decoder would read beyond the
allocated size.

Bug: 38328132
Test: run asan-enabled PoC before/after patch
Change-Id: I8a73b819558407c130dcafeeab1a9bff77688dfc
/external/libmpeg2/decoder/impeg2d_bitstream.c
763ffef681432ec1dbe26d5010a67aaf8f7fc17e 20-Apr-2016 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Fixed out of bound read in flush_bits

Bug: 28168413
Change-Id: I3db5432a08daf665e160c0dab2d1928a576418b4
/external/libmpeg2/decoder/impeg2d_bitstream.c
ffab15eb80630dc799eb410855c93525b75233c3 30-Dec-2015 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Fixed bit stream access to make sure that it is not read beyond the allocated size.

Bug: 25765591

Change-Id: I98c23a3c3f84f6710f29bffe5ed73adcf51d47f6
/external/libmpeg2/decoder/impeg2d_bitstream.c
aed24eee7ddfc93f1436b0c1679431bd286879b4 11-Mar-2015 Venkatarama Avadhani <venkatarama.avadhani@ittiam.com> Initial version

Change-Id: I5a9473876e596e7461e91f971b0243f694f7e8fb
/external/libmpeg2/decoder/impeg2d_bitstream.c