|
Message-ID: <20230408005129.GI4163@brightrain.aerifal.cx> Date: Fri, 7 Apr 2023 20:51:30 -0400 From: Rich Felker <dalias@...c.org> To: Chen Wang <unicorn_wang@...look.com> Cc: musl <musl@...ts.openwall.com> Subject: Re: why musl doesn't support "LD_SHOW_AUXV"? On Fri, Mar 31, 2023 at 04:44:17PM +0800, Chen Wang wrote: > Hello, > > as per the title of this message, I find LD_SHOW_AUXV doesn't work > for musl and I checked the latest 1.2.3 and don't find code about > this. > Thanks in adv. In general we do not have LD_* except for (as documented) LD_LIBRARY_PATH and LD_PRELOAD, and aim to maximally avoid having/introducing environment variables that alter program behavior behind the application's back. 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.