nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ralph Corderoy
Subject: Re: [Nmh-workers] Error in `comp': core dump when refile run at 'What now?' prompt
Date: Wed, 22 Mar 2017 15:04:06 +0000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]