# HG changeset patch # User lu_zero # Date 1157850162 25200 # Node ID fda280358660ce0800557a5b3958cd4352773c31 # Parent 81e057e03c1f971bacb04ec079fd3eff45c9d6c4 [svn] avoid segfaults diff -r 81e057e03c1f -r fda280358660 ChangeLog --- a/ChangeLog Fri Sep 08 17:31:49 2006 -0700 +++ b/ChangeLog Sat Sep 09 18:02:42 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-09 00:31:49 +0000 William Pitcock + revision [2251] + - ensure that the module symtable is consistantly unique on Mach-O bundles + + + Changes: Modified: + +2 -2 trunk/configure.ac + + 2006-09-08 23:55:47 +0000 Tony Vroon revision [2249] Hook PulseAudio into the build system and clean it up a little. diff -r 81e057e03c1f -r fda280358660 libaudacious/titlestring.c --- a/libaudacious/titlestring.c Fri Sep 08 17:31:49 2006 -0700 +++ b/libaudacious/titlestring.c Sat Sep 09 18:02:42 2006 -0700 @@ -112,9 +112,8 @@ PUTCH( ' ' ); \ } G_STMT_END; - if (fmt == NULL) + if (fmt == NULL || input == NULL) return NULL; - outstr = g_string_new(""); for (;;) {