On Thu, Mar 10, 2016 at 10:45:01PM +0530, Anchit Jain wrote:
[...]
> +             if (syscall(__NR_fchmodat, AT_FDCWD, fname, 0600) != -1)
> +                     perror_msg_and_fail("fchmod");
[...]
> +                     printf("chmod(\"%s\", 0600) = -1 ENOSYS (%m)\n", fname);
[...]
> +                     perror_msg_and_fail("chmod");

All these cited lines are buggy.


-- 
ldv

Attachment: pgp611U6D5lcP.pgp
Description: PGP signature

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to