]> granicus.if.org Git - strace/commit
Do not use widen_to_ulong in kexec.c and process_vm.c
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 20 Dec 2016 02:04:09 +0000 (02:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 20 Dec 2016 05:10:21 +0000 (05:10 +0000)
commit552888b1acae3bf19dd850f6d5c8940d1e48a77e
treeff72dbcb0aa4b284fa6073152a3de57ecf55ae8f
parent6a360e2f3e63419eb36eea7c69268c7a1f5342b0
Do not use widen_to_ulong in kexec.c and process_vm.c

Automatic argument truncation makes use of this function redundant.

* kexec.c (SYS_FUNC(kexec_load)): Do not invoke widen_to_ulong.
* process_vm.c (SYS_FUNC(process_vm_readv),
SYS_FUNC(process_vm_writev)): Likewise.
kexec.c
process_vm.c