commit | 3691562e7dc030047048cd9ef993ab1bf4c69dce | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jul 25 09:43:01 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Jul 25 09:55:02 2015 +0000 |
tree | 4974b1c0ff6b20e84098cbb5698bd7bc930ea2cb | |
parent | f8b49133b7e3a93f06f7ec7d2602a52188d12402 [diff] |
prctl: fix decoding of unrecognized commands The use of printargs introduced by commit v4.10-179-g210a6b6 is wrong: when the first argument is already printed, printargs cannot be called. * prctl.c (print_prctl_args): New function. (sys_prctl): Use it.