commit | db098f9a3d2864fa7ab637221654246223bf5b0c | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <evgsyr@gmail.com> | Thu Sep 29 15:56:02 2016 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Oct 02 19:19:15 2016 +0000 |
tree | 7ebb9684dacc3006c287c5f26bb253df6996dc8e | |
parent | f3228d32681b96b8e39af9c71af46e162f2f0b83 [diff] |
keyctl: use printuid for printing UID/GID UID/GID are unsigned except special -1 value (which is also special in context of specific keyctl commands), so special printing function should be used. * keyctl.c (keyctl_chown_key, keyctl_get_persistent): Use printuid instead of printf with "%d" conversion for printing UID/GID.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.