Alex Vandiver wrote: > @@ -132,14 +129,21 @@ static int show_config(const char *key_, const char *value_, void *cb) > must_free_vptr = 1; > } > else > - vptr = value_?value_:""; > + vptr = value_; [...] > if (dup_error) { > error("More than one value for the key %s: %s", > key_, vptr); Could this segfault? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html