commit | 7acde9e99465c0dfdc95d4e6aad0ecd8157b5c06 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 12 09:17:30 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 12 14:42:31 2016 +0000 |
tree | 65590ed1ed46f38e54c30eb604befb3af388f2e3 | |
parent | 416e880a9118244f1e0e964e06e5183096b295c5 [diff] |
Fix printing of socklen argument of bind and sendto syscalls * net.c (SYS_FUNC(bind)): Print 3rd syscall argument using %d format. (SYS_FUNC(sendto)): Print 6th syscall argument using %d format.
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.