dist_noinst_SCRIPTS = filter_stderr filter_pts dump_stdout filter_sigwait \
filter_scalar filter_realpathat filter_fstat filter_eventfd2 \
- toucher1 toucher2 filter_getfsstat filter_context
+ toucher1 toucher2 filter_getfsstat filter_context filter_frame
EXTRA_DIST = \
access.vgtest \
Syscall param getfsstat(buf) points to unaddressable byte(s)
at 0x........: _getfsstat (in /...libc...)
- by 0x........: getfsstat (in /...libc...)
+ by 0x........: _getfsstat (in /...libc...)
by 0x........: main (getfsstat.c:25)
Address 0x........ is 0 bytes inside a block of size 2,344 free'd
at 0x........: free (vg_replace_malloc.c:...)
Syscall param getfsstat(len) contains uninitialised byte(s)
at 0x........: _getfsstat (in /...libc...)
- by 0x........: getfsstat (in /...libc...)
+ by 0x........: _getfsstat (in /...libc...)
by 0x........: main (getfsstat.c:30)
Syscall param getfsstat(flags) contains uninitialised byte(s)
at 0x........: _getfsstat (in /...libc...)
- by 0x........: getfsstat (in /...libc...)
+ by 0x........: _getfsstat (in /...libc...)
by 0x........: main (getfsstat.c:31)
# FreeBSD specific fdleak filters
perl -p -e 's/ _close / close /;s/ _openat / creat /;s/internet/AF_INET socket 4: 127.0.0.1:... <-> 127.0.0.1:.../' |
+sed '/by 0x........: close (in \/...libc...)/d' |
+sed '/by 0x........: creat (in \/...libc...)/d' |
# Solaris specific fdleak filters
perl -p -e 's/ __close / close /' |