[OE-core] [PATCH v2] pseudo: Upgrade to latest to fix openat() with a directory symlink [NAK]
Seebs
seebs at seebs.net
Fri Aug 2 17:42:46 UTC 2019
On Fri, 2 Aug 2019 12:07:33 -0500
Seebs <seebs at seebs.net> wrote:
> Note that there's no lstat, and no AT_SYMLINK_NOFOLLOW. Which is to
> say, these stats will be following the symlink even though O_NOFOLLOW
> was set. I can probably patch this in a bit.
Followup: Patch applied to master, but also in addition to fixing the
stat calls, I had to use `flags&O_NOFOLLOW` rather than
`flags|O_NOFOLLOW`.
I am sort of amazed at how much DIDN'T break right away with that one.
-s
More information about the Openembedded-core
mailing list