commit | c1f1cc1b4c03a0199de270354a09851a46a07857 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 13 22:38:17 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Apr 18 01:10:41 2016 +0000 |
tree | 7c609e5da27ede3250b5cc357d254c8fbd9c6138 | |
parent | 9c1a72cd3f3d52d573876ce474b620a5f141fb1b [diff] |
tests: move kernel uid overflow check to libtests This code used in two different places, so move it to the library. * tests/overflowuid.c: New file. * tests/Makefile.am (libtests_a_SOURCES): Add it. * tests/tests.h (check_overflowuid, check_overflowgid): New prototypes. * tests/uid.c (main): Use check_overflowuid. * tests/uid16.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.