Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 28 Jan 2019 16:53:58 -0200
From: Adhemerval Zanella <adhemerval.zanella@...aro.org>
To: musl@...ts.openwall.com
Subject: Re: fdopendir (BUG?)



On 28/01/2019 10:37, Jorge Almeida wrote:
> (the problem also occurs with glibc, besides the fact that glibc
> requires also _GNU_SOURCE to compile, contradicting  the linux man
> page)
Because O_PATH is a Linux extension and it guards such definitions
with _GNU_SOURCE. And although man-pages is not the canonical glibc
documentation, it does states that O_PATH is only defined if
_GNU_SOURCE is also defined (man-pages commit 
1135dbe188a48d7fa237396ab371ebf74037c1f6 from 2013-02-13).

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.