bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] Memory leak into gawk


From: Aharon Robbins
Subject: Re: [bug-gawk] Memory leak into gawk
Date: Tue, 14 Jun 2011 22:23:55 +0300
User-agent: Heirloom mailx 12.4 7/29/08

Hi.

> Date: Mon, 13 Jun 2011 14:33:43 +0200
> From: address@hidden
> To: address@hidden
> Subject: [bug-gawk] Memory leak into gawk
>
> Hi
>
> Just for your information, there is a memory leak into gawk version 3.1.8.
> It's concerning the variable :
>
> extra_stack = malloc(STACK_SIZE); (line 304).
>
> You'll find a patch in attachment of this mail.
>
> Bests regard

Thank you for your email. Your patch, unfortunately, is not a good fix;
the memory should be freed right before gawk exits.

This is already fixed in the development version, which I hope to release
very soon.

Thanks,

Arnold



reply via email to

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