[PATCH] Improve decoding of Android's PR_SET_VMA prctl.

Dmitry V. Levin ldv at altlinux.org
Thu Apr 7 01:51:05 UTC 2016


On Wed, Apr 06, 2016 at 02:52:09PM -0700, enh wrote:
> 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.

Applied, thanks.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160407/2efc0801/attachment.bin>


More information about the Strace-devel mailing list