[FFmpeg-cvslog] pgssubdec: Check RLE size before copying

2014-08-09 Thread Michael Niedermayer
ffmpeg | branch: release/0.10 | Michael Niedermayer | Wed Jul 30 21:31:19 2014 -0400| [a465ed5707f5cbc9713d5e9629d424cd2d46e038] | committer: Diego Biurrun pgssubdec: Check RLE size before copying Make sure the buffer size does not exceed the expected RLE size. Prevent an out of array bound w

[FFmpeg-cvslog] pgssubdec: Check RLE size before copying

2014-08-08 Thread Michael Niedermayer
ffmpeg | branch: release/1.1 | Michael Niedermayer | Wed Jul 30 21:31:19 2014 -0400| [00915d3cd2ce61db3d6dc11f63566630a9aff4ec] | committer: Diego Biurrun pgssubdec: Check RLE size before copying Make sure the buffer size does not exceed the expected RLE size. Prevent an out of array bound wr

[FFmpeg-cvslog] pgssubdec: Check RLE size before copying

2014-08-04 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Jul 30 21:31:19 2014 -0400| [a1f7844a11010d8552c75424d1a831b37a0ae5d9] | committer: Diego Biurrun pgssubdec: Check RLE size before copying Make sure the buffer size does not exceed the expected RLE size. Prevent an out of array bound wr

[FFmpeg-cvslog] pgssubdec: Check RLE size before copying

2014-07-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 30 21:31:19 2014 -0400| [d98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d] | committer: Luca Barbato pgssubdec: Check RLE size before copying Make sure the buffer size does not exceed the expected RLE size. Prevent an out of array bound write.