Hi, > Thanks, I've found the problem in git; will commit a fix later.
Pushed commit. The "+foo" argument to ref was being appended to a *char[] to execvp(3). The rest of the array were malloc'd strings; that one wasn't. The array was freed later. Now copying those appended arguments too. Is there an easy way to find out the git tags that are the ancestor of a rev, including the rev itself? There are tags for 1.3, 1.4, etc., and it would be nice to be able to say "bug appeared in 1.5". -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
