webm/mkvparser
Tom Finegan 81c73fc78e mkvparser: Avoid alloc failures in SeekHead::Parse.
Some run times return NULL pointers when creating 0 length
arrays. Avoid the inconsistency by skipping allocation when
the length of the SeekHead entry or void element array
is 0.

BUG=webm:1313

Change-Id: I28b4eac1d3e0ba968147637883f6e37c089e8573
2016-10-31 12:11:56 -07:00
..
mkvparser.cc mkvparser: Avoid alloc failures in SeekHead::Parse. 2016-10-31 12:11:56 -07:00
mkvparser.h mkvparser: minor SeekHead::Entry clean up. 2016-08-31 10:00:04 -07:00
mkvreader.cc mkvreader: Fix shorten-64-to-32 warning in 32 bit builds. 2016-05-06 11:40:48 -07:00
mkvreader.h Restore original namespaces for mkvmuxer and mkvparser. 2016-03-21 14:41:49 -07:00