commit | 3c00e63b03054e6560c79db4f120a6af8d4063b6 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Feb 07 14:38:45 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Feb 08 18:21:31 2016 +0000 |
tree | 03ceb7decacb69412bd4764ec10e3547bdd2163c | |
parent | a59fcec4c937c4854600ec8f1f2161fad75ce5e7 [diff] |
Fix decoding of execve and execveat syscalls with invalid input * execve.c (printargv): Fix decoding of inaccessible or partially inaccessible array. (printargc): Diagnose inaccessible or partially inaccessible array. (decode_execve, SYS_FUNC(execv)): Update printargv and printargc callers.
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.