-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: ../../tests/true
+vgopts: -q
-
Use of uninitialised value of size 8
at 0x........: main (fprw.c:14)
by 0x........: __libc_start_main (...libc...)
by 0x........: main (fprw.c:23)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
-
-ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 4 bytes in 1 blocks.
-malloc/free: 3 allocs, 3 frees, 16 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-vgopts: --single-step=yes
+vgopts: --single-step=yes -q
prog: fprw
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 1000 bytes in 1 blocks.
-malloc/free: 1 allocs, 0 frees, 1000 bytes allocated.
-For counts of detected errors, rerun with: -v
searching for pointers to 1 not-freed blocks.
checked ... bytes.
-vgopts: --leak-check=yes --suppressions=nanoleak.supp
+vgopts: --leak-check=yes --suppressions=nanoleak.supp -q
prog: nanoleak
stderr_filter: filter_leak_check_size
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: null_socket
+vgopts: -q
-
Source and destination overlap in memcpy(0x........, 0x........, 21)
at 0x........: memcpy (mc_replace_strmem.c:...)
by 0x........: main (overlap.c:40)
by 0x........: main (overlap.c:113)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
-
-ERROR SUMMARY: 8 errors from 7 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: overlap
+vgopts: -q
-
Conditional jump or move depends on uninitialised value(s)
at 0x........: fooble (...)
by 0x........: main (pushfpopf_c.c:12)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: pushfpopf
stderr_filter: filter_pushfpopf
+vgopts: -q
+/* Anyone know what this is supposed to test? I don't
+ (JRS 2003-07-07) -- which ain't good considering I
+ probably created it :)
+*/
+
#include <stdio.h>
#include <stdlib.h>
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 49 bytes in 1 blocks.
-malloc/free: 49 allocs, 48 frees, 1225 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: realloc1
+vgopts: -q
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 30000 allocs, 30000 frees, 16050000 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: realloc2
+vgopts: -q
-
calling sigaltstack, stack base is 0x........
setting sigaction
Syscall param sigaction(act) contains uninitialised or unaddressable byte(s)
raising the signal
caught signal, local var is on 0x........
done
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 8192 bytes in 1 blocks.
-malloc/free: 1 allocs, 0 frees, 8192 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: sigaltstack
stderr_filter: ./filter_stderr_backtrace
+vgopts: -q
-
Invalid write of size 4
at 0x........: main (signal2.c:17)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Address 0x........ is not stack'd, malloc'd or free'd
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: signal2
+vgopts: -q
int
main ()
{
- int x;
+ volatile int x; /* make sure it isn't in a register */
if (x == 0)
return 0;
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-vgopts: --suppressions=supp.supp
+vgopts: --suppressions=supp.supp -q
prog: supp1
-
Conditional jump or move depends on uninitialised value(s)
at 0x........: main (supp.c:8)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-vgopts: --suppressions=supp.supp
+vgopts: --suppressions=supp.supp -q
prog: supp2
-
Invalid free() / delete / delete[]
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: ddd (suppfree.c:7)
by 0x........: ddd (suppfree.c:6)
by 0x........: ccc (suppfree.c:12)
by 0x........: bbb (suppfree.c:17)
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 1 allocs, 2 frees, 10 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: suppfree
+vgopts: -q
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 1000 bytes in 1000 blocks.
-malloc/free: 1000 allocs, 0 frees, 1000 bytes allocated.
-For counts of detected errors, rerun with: -v
searching for pointers to 1000 not-freed blocks.
checked ... bytes.
-vgopts: --leak-check=yes
+vgopts: --leak-check=yes -q
prog: trivialleak
stderr_filter: filter_leak_check_size
-
Conditional jump or move depends on uninitialised value(s)
at 0x........: get (...)
by 0x........: main (...)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 4 bytes in 1 blocks.
-malloc/free: 1 allocs, 0 frees, 4 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
prog: tronical
stderr_filter: filter_tronical
+vgopts: -q
-
Syscall param ioctl(TCSET{A,AW,AF}) contains uninitialised or unaddressable byte(s)
at 0x........: __ioctl (in /...libc...)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Address 0x........ is on thread 1's stack
-
-ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
got 73
got 77
got 69
+got 32
+got 45
+got 113
got 10
got 112
got 114
got 105
got 114
got 100
-got 105
-got 111
-got 99
second ioctl returned -1
-vgopts: --weird-hacks=ioctl-VTIME
+vgopts: --weird-hacks=ioctl-VTIME -q
prog: weirdioctl
args: < weirdioctl.vgtest