[PATCH] Improve decoding of Android's PR_SET_VMA prctl.
enh
enh at google.com
Wed Apr 6 21:52:09 UTC 2016
Before:
prctl(0x53564d41 /* PR_??? */, 0, 0x7f8ab53000, 4096,
"atexit handlers") = 0
After:
prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, 0x7fa8cbd000, 4096,
"atexit handlers") = 0
* prctl.c: hard-code PR_SET_VMA_ANON_NAME, the only current sub-option.
* xlat/prctl_options.in: add the PR_SET_VMA constant.
---
prctl.c | 6 +-----
xlat/prctl_options.in | 1 +
2 files changed, 2 insertions(+), 5 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Improve-decoding-of-Android-s-PR_SET_VMA-prctl.patch
Type: text/x-patch
Size: 1561 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160406/9e5488b7/attachment.bin>
More information about the Strace-devel
mailing list