]> granicus.if.org Git - strace/commit
Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 23 Jan 2015 20:04:37 +0000 (20:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Jan 2015 01:15:07 +0000 (01:15 +0000)
commit5de5a7abd5c172c7dbaf5e65428569d58ec2b712
tree54abf8fa155c288f0b5514f81fd698d3d100f509
parentdf7aa2b19e6f69c19fbe09180bf1ec4fb52e2615
Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures

* io.c (print_llu_from_low_high_val) [SIZEOF_LONG == SIZEOF_LONG_LONG
&& SUPPORTED_PERSONALITIES > 1]: Properly handle the case of
current_wordsize < sizeof(long).
io.c