gstreamer/gst-libs/gst/riff
Tim-Philipp Müller 1fedfec220 riff: error out on nonsensical chunk sizes instead of aborting
When encountering a nonsensical chunk size such as (guint)-1, error out cleanly instead of
continuing and trying to g_memdup() 4GB of data that doesn't exist, which will either abort
in g_malloc() or crash.

Fixes #553295, crash with fuzzed AVI file.
2009-02-11 16:58:18 +00:00
..
Makefile.am gst-libs/gst/riff/Makefile.am: Pull in our dependencies from -base before those from outside. 2007-07-26 15:35:43 +00:00
riff-ids.h Add more codec ids for RIFF formats 2009-01-23 11:33:29 +01:00
riff-media.c Add more codec ids for RIFF formats 2009-01-23 11:33:29 +01:00
riff-media.h expand tabs 2005-12-06 19:42:02 +00:00
riff-read.c riff: error out on nonsensical chunk sizes instead of aborting 2009-02-11 16:58:18 +00:00
riff-read.h docs/libs/: add remaining symbols into correct setions 2006-06-16 10:02:25 +00:00
riff.c gst-libs/gst/interfaces/propertyprobe.h: Remove double "interface" from doc-string. 2008-08-12 06:31:49 +00:00
riff.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
riff.vcproj more working plugins 2004-07-27 21:41:30 +00:00