X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=tree-diff.c;h=382092bce0be4ac82098ccc9c19d52df80f4eafd;hb=af3feefa1d057713c2277cc1543d438e60c65306;hp=0ef06a9e36f55c0caec51064f552decd8a58be13;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/tree-diff.c b/tree-diff.c index 0ef06a9e..382092bc 100644 --- a/tree-diff.c +++ b/tree-diff.c @@ -263,6 +263,10 @@ void diff_tree_setup_paths(const char **p) paths = p; nr_paths = count_paths(paths); + if (nr_paths == 0) { + pathlens = NULL; + return; + } pathlens = xmalloc(nr_paths * sizeof(int)); for (i=0; i