Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 Feb 2023 16:16:51 -0500
From: Rich Felker <dalias@...c.org>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: musl@...ts.openwall.com,
	Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: Re: [PATCH] search: provide twalk_r()

On Thu, Feb 09, 2023 at 09:43:42PM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
> 
> Provide a variant of twalk() that allows callers to pass custom user
> data to it without resorting to global variables.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>

Is there any precedent for this other than glibc, with matching
signature and behavior? Without that, it looks like it's subject to
the potential for conflicting definitions.

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.