Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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.