Re: [FFmpeg-devel] [PATCH] vp9: fix parser return values in error case

2015-01-09 Thread Michael Niedermayer
On Fri, Jan 09, 2015 at 02:13:36AM +0100, wm4 wrote: The parser must always set the out_size and out_data pointers. The API seems to require it, and the common code in parser.c also relies on it. --- Found with a fuzzed file provided by someone else. can you share these fuzzed file(s) ?

[FFmpeg-devel] [PATCH] vp9: fix parser return values in error case

2015-01-08 Thread wm4
The parser must always set the out_size and out_data pointers. The API seems to require it, and the common code in parser.c also relies on it. --- Found with a fuzzed file provided by someone else. --- libavcodec/vp9_parser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git