diff options
author | Brian Cameron <brian.cameron@sun.com> | 2009-01-08 17:57:19 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2009-01-08 17:57:19 +0000 |
commit | c266d310af98e5f208929293476457fbca807742 (patch) | |
tree | bbafd4e4c8bd2440fe727267262e80f5f9cbd99d /ChangeLog | |
parent | 672051c5eb79ca9acaa6f2d056322d2ad0f3ea31 (diff) | |
download | gstreamer-plugins-bad-c266d310af98e5f208929293476457fbca807742.tar.gz |
ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms where printing a
Original commit message from CVS:
Based on Patch by: Brian Cameron <brian dot cameron at sun dot com>
* ext/ladspa/search.c: (LADSPAPluginSearch):
Avoid searching (null) paths or crashing on platforms where printing a
NULL string segfaults. Fixes #567004.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-01-08 Wim Taymans <wim.taymans@collabora.co.uk> + + Based on Patch by: Brian Cameron <brian dot cameron at sun dot com> + + * ext/ladspa/search.c: (LADSPAPluginSearch): + Avoid searching (null) paths or crashing on platforms where printing a + NULL string segfaults. Fixes #567004. + 2009-01-08 Jan Schmidt <jan.schmidt@sun.com> * ext/resindvd/resindvdbin.c: |