1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2026-08-31 09:49:38 +00:00

first commit

This commit is contained in:
jikim
2015-12-13 22:34:58 +09:00
commit 0b589c7986
9455 changed files with 4350134 additions and 0 deletions
@@ -0,0 +1,30 @@
Invalid read of size 1
at 0x........: local_strlen (bad_percentify.c:138)
by 0x........: VG_vsprintf (bad_percentify.c:535)
by 0x........: VG_sprintf (bad_percentify.c:545)
by 0x........: VG_percentify (bad_percentify.c:572)
by 0x........: VG_print_translation_stats (bad_percentify.c:625)
by 0x........: main (bad_percentify.c:645)
Address 0x........ expected vs actual:
Expected: stack array "buf" of size 6 in frame 4 back from here
Actual: unknown
Actual: is 0 after Expected
Invalid read of size 1
at 0x........: local_strlen (bad_percentify.c:138)
by 0x........: myvprintf_str (bad_percentify.c:187)
by 0x........: VG_debugLog_vprintf (bad_percentify.c:490)
by 0x........: vprintf_to_buf (bad_percentify.c:89)
by 0x........: vprintf_WRK (bad_percentify.c:102)
by 0x........: VG_vprintf (bad_percentify.c:115)
by 0x........: VG_printf (bad_percentify.c:124)
by 0x........: VG_print_translation_stats (bad_percentify.c:626)
by 0x........: main (bad_percentify.c:645)
Address 0x........ expected vs actual:
Expected: stack array "buf" of size 6 in frame 7 back from here
Actual: unknown
Actual: is 0 after Expected
ERROR SUMMARY: 6 errors from 2 contexts (suppressed: 0 from 0)