1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
==15091== HEAP SUMMARY:
==15091== in use at exit: 0 bytes in 0 blocks
==15091== total heap usage: 503 allocs, 503 frees, 6,828 bytes allocated
==15091==
==15091== All heap blocks were freed -- no leaks are possible
==15091==
==15091== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 2)
==15091==
==15091== 1 errors in context 1 of 1:
==15091== Invalid write of size 8
==15091== at 0x40104F: fifo2tab_peano (peano.c:205)
==15091== by 0x4010F5: main (peano.c:222)
==15091== Address 0x54eb680 is 0 bytes after a block of size 1,600 alloc'd
==15091== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==15091== by 0x4010AF: main (peano.c:218)
==15091==
--15091--
--15091-- used_suppression: 2 dl-hack3-cond-1
==15091==
==15091== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 2) |
Partager