commit | ec9c31705b0540465b849b696db7bfe5245d9f69 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue May 10 18:52:06 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue May 10 21:50:37 2016 +0000 |
tree | 8394072a612a887ad1f3ab186dddfe59773bd907 | |
parent | 0efd888e22de7c8e0086c2a217c0b851436c3bbf [diff] |
Fix corner cases of xattr family syscalls decoding * xattr.c (print_xattr_val): Do not take insize into account, print it as unsigned long. Do not decode xattr values of size larger than XATTR_SIZE_MAX. Use static buffer for fetching xattr values. (print_xattr_list): Do not decode string when size is zero.
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.