OSDN Git Service

h264: check that execute_decode_slices() is not called too many times
authorAnton Khirnov <anton@khirnov.net>
Thu, 28 Nov 2013 09:54:35 +0000 (10:54 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 6 Jan 2014 07:25:25 +0000 (08:25 +0100)
commit9eef9eb3014b2ed9c3ff4aac510a9f04edb555cf
tree900204307fecc218b6fdc201cf0a35cd87cf31f9
parentbfd26b7ce6efea594f2b99441d900419df3af638
h264: check that execute_decode_slices() is not called too many times

Fixes invalid reads.

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