GNOME Bugzilla – Bug 602280
[asfdemux] fix segmentation fault when utf8 tag name is null
Last modified: 2009-11-18 08:59:39 UTC
if the tag name in utf8 is a null pointer don't try to have the length of the string it could cause a segmentation fault.
Created attachment 148027 [details] [review] correction for potential segmentation fault
commit 26290a698cf62cb3d26d61eae3f0bbcdc35eb6ce Author: Benjamin Gaignard <benjamin@gaignard.net> Date: Wed Nov 18 09:58:39 2009 +0100 asfdemux: Don't call strlen() on NULL pointers Fixes bug #602280.