diff -Nru giftoxic-0.0.10/debian/changelog giftoxic-0.0.10/debian/changelog --- giftoxic-0.0.10/debian/changelog 2006-12-09 12:11:10.000000000 +0200 +++ giftoxic-0.0.10/debian/changelog 2006-12-09 12:11:10.000000000 +0200 @@ -1,3 +1,11 @@ +giftoxic (0.0.10-4ubuntu1) feisty; urgency=low + + * Fixed malone #42173 segmentation fault + - Null pointer was used if loading of the ui configuration + module failed. + + -- ville palo Sat, 9 Dec 2006 12:04:43 +0200 + giftoxic (0.0.10-4) unstable; urgency=low * Updated config.guess and config.sub (closes: #320695) diff -Nru giftoxic-0.0.10/src/utils.c giftoxic-0.0.10/src/utils.c --- giftoxic-0.0.10/src/utils.c 2004-02-10 21:53:51.000000000 +0200 +++ giftoxic-0.0.10/src/utils.c 2006-12-09 12:11:10.000000000 +0200 @@ -230,7 +230,7 @@ Options *options; if (!(options = g_new0(Options, 1)) || !(cfg = gift_config_new("ui"))) - return NULL; + return options; if (cfg) { options->target_host = config_get_str(cfg,