]> granicus.if.org Git - strace/commit
prctl: finish decoding of several commands on entering syscall
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Dec 2015 15:29:04 +0000 (15:29 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Dec 2015 15:29:04 +0000 (15:29 +0000)
commit1b283307d1a6ffbeb14aa8f76f85ddf506c568de
tree69376a867015572a778de36cae9f7630627f7b62
parentb165910f98ce3ef5b809a363050456f182b6b53a
prctl: finish decoding of several commands on entering syscall

* prctl.c (SYS_FUNC(prctl)): Return RVAL_DECODED after decoding of
PR_GET_DUMPABLE, PR_GET_KEEPCAPS, PR_GET_SECCOMP, PR_GET_TIMERSLACK,
PR_GET_TIMING, and PR_CAPBSET_READ commands.
prctl.c