Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 20 Jan 2021 12:51:25 -0500
From: Rich Felker <dalias@...c.org>
To: Yuriy Chernyshov <georgthegreat@...il.com>
Cc: musl@...ts.openwall.com
Subject: Re: Re: Typo in atexit.c (?)

On Wed, Jan 20, 2021 at 06:45:23PM +0300, Yuriy Chernyshov wrote:
> As I see, this turned out to be a combination of a local patch applied to
> atexit.c.
> 
> The patch introduces cleanup of additionally allocated fl chunks allocated
> by calloc calls in __cxa_atexit.
> I think I can upstream the patch upon a brief adaptation to match the
> styleguide.
> 
> What do you think?

I'm not sure what this patch is for, but no it cannot be upstreamed.
It would make all programs using atexit link free. The use of malloc
without free is very intentional.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.