Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <2B199F2B-F4E6-4FE5-B0D9-CD1ABEE6AC0E@kba.biglobe.ne.jp>
Date: Sun, 12 Oct 2025 22:21:33 +0900
From: "Jun. T" <takimoto-j@....biglobe.ne.jp>
To: musl@...ts.openwall.com
Subject: Re: Bug?: weak alias fpurge() may better be removed

This is just for reference:

> 2025/10/08 11:49, Jun T <takimoto-j@....biglobe.ne.jp> wrote:
> 
> coreutils may be using its own fpurge() (from gnulib),

coreutils uses fpurge() from gnulib, but it just calls __fpurge()
of musl and returns, so it is usually optimized out by the
compiler. If I build (on Alpine) coreutils without optimization
(-O0) I can find rpl_fpurge in the symbol table (rpl_fpurge
is the name of fpurge() from gnulib).

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.