|
Message-Id: <20221024095908.c444db4766b00a46a62dd434@zhasha.com> Date: Mon, 24 Oct 2022 09:59:08 +0200 From: Joakim Sindholt <opensource@...sha.com> To: musl@...ts.openwall.com Subject: Re: [PATCH] remove strdupa On Mon, 24 Oct 2022 10:58:22 +0300, "Konstantin P." <ria.freelander@...il.com> wrote: > systemd is using strdupa widely, and it is main reason why it should > considered to stay. At git HEAD it only uses strdupa 5 times, all of them in src/test/test-string-util.c. The rest are their own str[n]dupa_safe macro that uses alloca directly.
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.