mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
Make --track-fds=yes not report on file descriptors 0, 1, and 2 (stdin, stdout, and stderr) by default. Add a new option --track-fds=all that does report on the std file descriptors still being open. Update testsuite and documentation. Original patch by Peter Kelly <pmk@cs.adelaide.edu.au> Updated by Daniel Fahlgren <daniel@fahlgren.se> https://bugs.kde.org/show_bug.cgi?id=140939
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
prog: fdleak_cmsg
|
|
vgopts: --track-fds=all
|
|
stderr_filter: filter_fdleak
|
|
args: < /dev/null
|