blob: 9c26de2afc90869aea7e27f7a05c862dfb3ad527 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Syscall param write(buf) contains uninitialised or unaddressable byte(s)
3 at 0x........: __libc_write (...libc...)
4 by 0x........: __libc_start_main (...libc...)
5 by 0x........: __libc_start_main@@GLIBC_2.0 (...libc...)
6 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
7 at 0x........: malloc (vg_clientfuncs.c:...)
8 by 0x........: main (fwrite.c:6)
9 by 0x........: __libc_start_main (...libc...)
10 by 0x........: __libc_start_main@@GLIBC_2.0 (...libc...)
11
12ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
13malloc/free: in use at exit: 10 bytes in 1 blocks.
14malloc/free: 1 allocs, 0 frees, 10 bytes allocated.
15For a detailed leak analysis, rerun with: --leak-check=yes
16For counts of detected errors, rerun with: -v