fork0@xxxxxxxxxxx (Alex Riesen) wrote: > +/* in place */ > +void path_list_union_update(struct path_list *dst, const struct path_list *src) > +{ > + char **new_paths; > + int i = 0, j = 0, nr = 0, alloc = dst->nr + dst->nr; It should be alloc = dst->nr + src->nr. -- http://onion.dynserv.net/~timo/ - : 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