]> granicus.if.org Git - strace/commit
s390: fix decoding of mmap2 syscall when arguments are not available
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 19 Dec 2016 12:34:51 +0000 (12:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 19 Dec 2016 12:34:51 +0000 (12:34 +0000)
commit29107a40e905e7fa70f1e5ee16c5f98a3a273a76
tree707e18c2d5818c2bc92bb0063a05dba0d7942408
parented256d30ee5ace2aa11f8f05e9d761955b5e7447
s390: fix decoding of mmap2 syscall when arguments are not available

* mem.c [S390] (SYS_FUNC(old_mmap_pgoff)): Use umove_or_printaddr
instead of umoven to fetch mmap arguments, fix return value when this
fetch fails.
mem.c