Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 20 Jan 2021 16:54:11 +0300
From: Yuriy Chernyshov <georgthegreat@...il.com>
To: musl@...ts.openwall.com
Subject: Typo in atexit.c (?)

 Hello everyone,
34952fe5de44a833370cbe87b63fb8eec61466d7 introduced safeguard for using of
undefined memory (de)allocation functions:
https://git.musl-libc.org/cgit/musl/commit/?id=34952fe5de44a833370cbe87b63fb8eec61466d7

However, in src/exit/atexit.c either this commit or the code is buggy, as
it has:

#define free undef

... free(something)

This results in linkage error of every program being linked to musl.
Could you, please, advice me on how to fix this?

Regards,
Yuriy.

Content of type "text/html" skipped

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.