On Fri, Aug 2, 2019 at 10:49 AM Seebs <[email protected]> wrote: > On Fri, 2 Aug 2019 12:07:33 -0500 > Seebs <[email protected]> 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. >
Will this fix the file ownership issue that we see with Glibc-locale packages from time to time? > > -s > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
