commit | f443fd40cba0c49e5d0a121df9d433225332d607 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 26 22:38:10 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 26 22:38:10 2016 +0000 |
tree | 1639d8d1f722991a00c03e83f60da26cbb065f34 | |
parent | b83bb1cc7a748158a3d969d09262f5016bd3dee5 [diff] |
Fix decoding of 3rd argument of getdents/getdents64 syscalls * dirent.c (SYS_FUNC(getdents)): Always print 3rd syscall argument as unsigned int. * dirent64.c (SYS_FUNC(getdents64)): Likewise. * tests/getdents.c (main): Check it. * tests/getdents64.c (main): Likewise.
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.