]> git.sesse.net Git - ffmpeg/commit
dfa: check for invalid access in decode_wdlt().
authorAnton Khirnov <anton@khirnov.net>
Wed, 27 Mar 2013 17:18:38 +0000 (18:18 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 4 Apr 2013 05:54:07 +0000 (07:54 +0200)
commit3623589edc7b1257bb45aa9e52c9631e133f22b6
treec8537e8f5df643f239f7b531d31c142806dfb2bd
parentdbb1425811a672eddf4acf0513237cdf20f83756
dfa: check for invalid access in decode_wdlt().

This can happen when the number of skipped lines is not consistent with
the number of coded lines.

Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
libavcodec/dfa.c