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) ?
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 a/libavcodec/vp9_par