]> granicus.if.org Git - strace/commit
prctl: fix printing of PR_SET_NAME's argument
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Nov 2016 00:38:34 +0000 (00:38 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Nov 2016 01:33:16 +0000 (01:33 +0000)
commit43017ef466a8540c09e95da9b602e4e56dca8a94
treefe8d5bca4e9fb0ca4117cfef447442afc4d0d12d
parent52b85c6fdfad963affca6699bff4437fbfab01e2
prctl: fix printing of PR_SET_NAME's argument

* prctl.c (SYS_FUNC(prctl)): Use printstr_ex with QUOTE_0_TERMINATED
instead of printstr to print the argument of PR_SET_NAME and PR_GET_NAME
operations.
prctl.c