From: Ronald S. Bultje Date: Sat, 18 Dec 2004 22:47:47 +0000 (+0000) Subject: gst/matroska/matroska-demux.c: Fix possible crasher. X-Git-Tag: 1.19.3~507^2~22417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40762475828a169b6c82055f3f73f54af9765edc;p=platform%2Fupstream%2Fgstreamer.git gst/matroska/matroska-demux.c: Fix possible crasher. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Fix possible crasher. --- diff --git a/ChangeLog b/ChangeLog index fc8a401..b4d45b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2004-12-18 Ronald S. Bultje + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_parse_blockgroup): + Fix possible crasher. + +2004-12-18 Ronald S. Bultje + * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint), (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup): Lace sizes can be zero.