GNOME Bugzilla – Bug 567004
ladspa plugin crashes on Solaris
Last modified: 2009-01-08 18:01:37 UTC
The ladspa plugin crashes on Solaris when it tries to build the registry due to a NULL printf. The attached patch fixes this issue.
Created attachment 126017 [details] [review] patch fixing problem
Created attachment 126044 [details] [review] improved patch Avoid adding the string "(null)' to the plugin search path because that will only cause trouble.
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.