]> granicus.if.org Git - strace/commit
trace_syscall_exiting: prepare personality check for u_rval type change
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Dec 2016 02:53:05 +0000 (05:53 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Dec 2016 10:08:53 +0000 (10:08 +0000)
commit9cd050573c0b24b57cb046240559937a9cd7f7df
tree588adf55ced753bec70e05a10440a9816547fc24
parent9050affe7c49bf6b7b58ddd444fed47d5ab619b8
trace_syscall_exiting: prepare personality check for u_rval type change

* syscall.c (trace_syscall_exiting): Check for sizeof(tcp->u_rval)
instead of sizeof(long) when deciding how to print tcp->u_rval.
syscall.c