>>
>> On 3/20/2014 8:57 AM, Patrick Herbst wrote:
>>
>>> On 2/18/2014 4:16 AM, Corinna Vinschen wrote:
>>> Did my earlier patch get included? I haven't seen a "run" new version
>>> yet.
>>>
>>> http://www.cygwin.com/ml/cygwin/2013-12/msg6.html
>>>
>>> My patch was the one that properly quote a
On 3/20/2014 8:57 AM, Patrick Herbst wrote:
On 2/18/2014 4:16 AM, Corinna Vinschen wrote:
Did my earlier patch get included? I haven't seen a "run" new version
yet.
http://www.cygwin.com/ml/cygwin/2013-12/msg6.html
My patch was the one that properly quote arguments. Maybe let's start
with
> On 2/18/2014 4:16 AM, Corinna Vinschen wrote:
> Did my earlier patch get included? I haven't seen a "run" new version
> yet.
>
> http://www.cygwin.com/ml/cygwin/2013-12/msg6.html
>
> My patch was the one that properly quote arguments. Maybe let's start
> with that before putting new stuff u
On 2/18/2014 4:16 AM, Corinna Vinschen wrote:
On Feb 17 17:25, Jon TURNEY wrote:
...
I went to all the trouble of investigating this, discovering that
run2_freeargv() is double-freeing the last element in newargv because the NULL
terminator isn't moved when the arguments are shifted down over ne
On Feb 18 10:05, Corinna Vinschen wrote:
> Hi Jon,
> Hi Chuck,
>
> On Feb 17 17:25, Jon TURNEY wrote:
> > On 12/08/2013 15:22, Charles Wilson wrote:
> > > On 8/10/2013 1:34 PM, foo wrote:
> > >> Whenever I execute run.exe, it generates run.exe.stackdump.
> > >>
> > >> At line 370 in run.c, run2_fr
Hi Jon,
Hi Chuck,
On Feb 17 17:25, Jon TURNEY wrote:
> On 12/08/2013 15:22, Charles Wilson wrote:
> > On 8/10/2013 1:34 PM, foo wrote:
> >> Whenever I execute run.exe, it generates run.exe.stackdump.
> >>
> >> At line 370 in run.c, run2_freeargv() tries to free newargv, and
> >> run2_freeqrgv() ex
On 2/17/2014 12:25 PM, Jon TURNEY wrote:
Since I've been running with CYGWIN error_start always set at the moment, I've
noticed that run is always crashing after launching the process.
I went to all the trouble of investigating this, discovering that
run2_freeargv() is double-freeing the last el
On 12/08/2013 15:22, Charles Wilson wrote:
> On 8/10/2013 1:34 PM, foo wrote:
>> Whenever I execute run.exe, it generates run.exe.stackdump.
>>
>> At line 370 in run.c, run2_freeargv() tries to free newargv, and
>> run2_freeqrgv() expects that newargv is terminated by NULL. However,
>> in shifting
On 8/10/2013 1:34 PM, foo wrote:
Whenever I execute run.exe, it generates run.exe.stackdump.
At line 370 in run.c, run2_freeargv() tries to free newargv, and
run2_freeqrgv() expects that newargv is terminated by NULL. However,
in shifting newargv at line 253-256, it fails to shift NULL
terminato
9 matches
Mail list logo