gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefully...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 11 Apr 2008 23:19:21 +0000 (23:19 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 11 Apr 2008 23:19:21 +0000 (23:19 +0000)
commitd5484250627113671bc82bd61bb9f5fa16df4258
tree989c7afb26d51289fdd7f8d24c05a753079e6399
parent53e5f028ec832ce34b44e283c4cffe5bdabb5308
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).
ChangeLog
gst/flv/gstflvparse.c