nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Error in `comp': core dump when refile run at 'What now?' prompt

2017-03-22 10:04:25
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
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>