On 2019/08/01 18:17, Seebs <[email protected]> wrote:
> > +   rc = real___fxstatat64(_STAT_VER, dirfd, path, &buf, 
> > AT_SYMLINK_NOFOLLOW);
> 
> We should probably be using flags here, not AT_SYMLINK_NOFOLLOW.
> Or possibly (flags & AT_SYMLINK_NOFOLLOW). Otherwise, we'll get the wrong
> results if called with flags not including AT_SYMLINK_NOFOLLOW.

Thanks, I missed that there was indeed a "flags" parameter which can
be forwarded.  Will resend the patch.
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to