commit | eb5c233d99b210e2e74472c27fd196f3fdb1c059 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri May 06 00:06:15 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri May 06 00:22:52 2016 +0000 |
tree | afe04861a10c9ce697a36123817d7fc41cffb430 | |
parent | 1d17ac7c32759abeb0e9b127523d61477deb63df [diff] |
Fix corner cases of ICMP_FILTER decoding * net.c (print_icmp_filter): Print icmp_filter for any positive length. * tests/net-icmp_filter.c: New file. * tests/net-icmp_filter.test: New test. * tests/.gitignore: Add net-icmp_filter. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add net-icmp_filter.test.
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.