2009/6/14 Jim Meyering <jim@xxxxxxxxxxxx>: > @@ -231,7 +231,7 @@ static int read_merge_config(const char *var, const char *value, void *cb) > > if (!strcmp(var, "merge.default")) { > if (value) > - default_ll_merge = strdup(value); > + default_ll_merge = xstrdup(value); read_merge_config has a failure mode (where it returns -1), why not use it? -- 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