X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=tree-diff.c;h=382092bce0be4ac82098ccc9c19d52df80f4eafd;hb=50b4e0c178777a27164eb67676593255a9cbd035;hp=0ef06a9e36f55c0caec51064f552decd8a58be13;hpb=e634aec752642dcf86c3fc82025e43381d6768c2;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