OSDN Git Service

Fix off-by-one error in MS RLE decoder which may result into writing past
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 16 May 2009 06:39:08 +0000 (06:39 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 16 May 2009 06:39:08 +0000 (06:39 +0000)
commitb3867c93d10b42dae1aeb1e8fa6059c5b87c28a5
treeb974f93545b32f3b48bce9a231512385196da612
parent2d5fabc87a0cbd2ea8631855bc26b26fc376e983
Fix off-by-one error in MS RLE decoder which may result into writing past
picture buffer.

Originally committed as revision 18852 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/msrledec.c