diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-04-11 23:19:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-04-11 23:19:21 +0000 |
commit | d5484250627113671bc82bd61bb9f5fa16df4258 (patch) | |
tree | 989c7afb26d51289fdd7f8d24c05a753079e6399 /ChangeLog | |
parent | 53e5f028ec832ce34b44e283c4cffe5bdabb5308 (diff) | |
download | gst-plugins-bad-d5484250627113671bc82bd61bb9f5fa16df4258.tar.gz gst-plugins-bad-d5484250627113671bc82bd61bb9f5fa16df4258.tar.bz2 gst-plugins-bad-d5484250627113671bc82bd61bb9f5fa16df4258.zip |
gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes crash caused by a strlen on a...
Original commit message from CVS:
* gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
(gst_flv_parse_tag_script):
Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
crash caused by a strlen on a NULL string (#527622).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-04-12 Tim-Philipp Müller <tim at centricular dot net> + + * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item), + (gst_flv_parse_tag_script): + Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes + crash caused by a strlen on a NULL string (#527622). + 2008-04-11 Tim-Philipp Müller <tim at centricular dot net> Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com> |