> @@ -1772,10 +1772,10 @@ sys_renameat(struct tcb *tcp)
> {
> if (entering(tcp)) {
> print_dirfd(tcp, tcp->u_arg[0]);
> - printpath(tcp, tcp->u_arg[1]);
> + printpathat(tcp, tcp->u_arg[0], tcp->u_arg[1]);
> tprints(", ");
> print_dirfd(tcp, tcp->u_arg[2]);
> - printpath(tcp, tcp->u_arg[3]);
> + printpathat(tcp, tcp->u_arg[2], tcp->u_arg[3]);
> }
> return 0;
> }I just pulled the latest commits and noticed that decode_rename at has been added along with renameat2. I’ll make the changes accordingly. Do the rest of the changes look fine? Thanks, — zm
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
