[PATCH v2] Decode paths associated with file descriptors returned by syscalls
Zubin Mithra
zubin.mithra at gmail.com
Tue Jun 3 14:51:06 UTC 2014
>
> Same here, lets change decode_open to return RVAL_FD instead.
>
>> +int sys_delete_module(struct tcb *tcp)
>> +{
>> return decode_open(tcp, 0);
>> }
>
> btw, it's not right for sys_delete_module to use decode_open,
> but that's a subject for another patch.
>
I see -- so do I create a duplicate of decode_open or just use
decode_open in the meantime?
Thanks,
-- zm
More information about the Strace-devel
mailing list