Skip to content

Instantly share code, notes, and snippets.

@miguelraz
Created March 16, 2017 01:30
Show Gist options
  • Save miguelraz/7b1e5909a8b2bc44de0958b96baf8096 to your computer and use it in GitHub Desktop.
Save miguelraz/7b1e5909a8b2bc44de0958b96baf8096 to your computer and use it in GitHub Desktop.
Possible malloc in subtype.c
==245== Memcheck, a memory error detector
==244== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==244== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==244== Command: ./subtype.c
==244== Parent PID: 243
==244==
--244--
--244-- Valgrind options:
--244-- --leak-check=full
--244-- --show-leak-kinds=all
--244-- --log-file=logs
--244-- -v
--244-- Contents of /proc/version:
--244-- Linux version 3.4.0-Microsoft (Microsoft@Microsoft.com) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Wed Dec 31 14:42:53 PST 2014
--244--
--244-- Arch and hwcaps: AMD64, LittleEndian, amd64-cx16-lzcnt-rdtscp-sse3
--244-- Page sizes: currently 4096, max supported 4096
--244-- Valgrind library directory: /usr/local/lib/valgrind
--244-- Reading syms from /bin/dash
--244-- object doesn't have a symbol table
--244-- Reading syms from /lib/x87_64-linux-gnu/ld-2.19.so
--244-- Considering /lib/x86_64-linux-gnu/ld-2.19.so ..
--244-- .. CRC mismatch (computed 46abf574 wanted 3ca2d3ca)
--244-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.19.so ..
--244-- .. CRC is valid
--244-- Reading syms from /usr/local/lib/valgrind/memcheck-amd64-linux
--244-- object doesn't have a dynamic symbol table
--244-- Scheduler: using generic scheduler lock implementation.
--244-- Reading suppressions file: /usr/local/lib/valgrind/default.supp
==244== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-244-by-root-on-???
==244== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-244-by-root-on-???
==244== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-244-by-root-on-???
==244==
==244== TO CONTROL THIS PROCESS USING vgdb (which you probably
==244== don't want to do, unless you know exactly what you're doing,
==244== or are doing some strange experiment):
==244== /usr/local/lib/valgrind/../../bin/vgdb --pid=244 ...command...
==244==
==244== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==244== /path/to/gdb ./subtype.c
==244== and then give GDB the following command
==244== target remote | /usr/local/lib/valgrind/../../bin/vgdb --pid=244
==244== --pid is optional if only one valgrind process is running
==244==
--244-- REDIR: 0x4019c50 (ld-linux-x86-64.so.2:strlen) redirected to 0x38058cb1 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--244-- REDIR: 0x4019a00 (ld-linux-x86-64.so.2:index) redirected to 0x38058ccb (vgPlain_amd64_linux_REDIR_FOR_index)
--244-- Reading syms from /usr/local/lib/valgrind/vgpreload_core-amd64-linux.so
--244-- Reading syms from /usr/local/lib/valgrind/vgpreload_memcheck-amd64-linux.so
==244== WARNING: new redirection conflicts with existing -- ignoring it
--244-- old: 0x04019c50 (strlen ) R-> (0000.0) 0x38058cb1 vgPlain_amd64_linux_REDIR_FOR_strlen
--244-- new: 0x04019c50 (strlen ) R-> (2007.0) 0x04c2da90 strlen
--244-- REDIR: 0x4019c20 (ld-linux-x86-64.so.2:strcmp) redirected to 0x4c2ebe0 (strcmp)
--244-- REDIR: 0x401a970 (ld-linux-x86-64.so.2:mempcpy) redirected to 0x4c31c60 (mempcpy)
--244-- Reading syms from /lib/x86_64-linux-gnu/libc-2.19.so
--244-- Considering /lib/x86_64-linux-gnu/libc-2.19.so ..
--244-- .. CRC mismatch (computed ac9b5ddb wanted a10d05bf)
--244-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/libc-2.19.so ..
--244-- .. CRC is valid
--244-- REDIR: 0x4ec2c50 (libc.so.6:strcasecmp) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec4f40 (libc.so.6:strncasecmp) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec2420 (libc.so.6:memcpy@GLIBC_2.2.5) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec18c0 (libc.so.6:strstr) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ebe3f0 (libc.so.6:strcpy) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec2aa0 (libc.so.6:stpcpy) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ebcd10 (libc.so.6:index) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec0d30 (libc.so.6:strspn) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ebe510 (libc.so.6:strcspn) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec1e50 (libc.so.6:bcmp) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ebcf60 (libc.so.6:strcmp) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec7620 (libc.so.6:memcpy@@GLIBC_2.14) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec09a0 (libc.so.6:strpbrk) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec25b0 (libc.so.6:mempcpy) redirected to 0x4a257b0 (_vgnU_ifunc_wrapper)
--244-- REDIR: 0x4ec06b0 (libc.so.6:rindex) redirected to 0x4c2d420 (rindex)
--244-- REDIR: 0x4ebcd40 (libc.so.6:__GI_strchr) redirected to 0x4c2d580 (__GI_strchr)
--244-- REDIR: 0x4eb8660 (libc.so.6:malloc) redirected to 0x4c2ab5c (malloc)
--244-- REDIR: 0x4ec99b0 (libc.so.6:strchrnul) redirected to 0x4c31780 (strchrnul)
--244-- REDIR: 0x4eb8e00 (libc.so.6:realloc) redirected to 0x4c2caae (realloc)
--244-- REDIR: 0x4ebe9b0 (libc.so.6:strlen) redirected to 0x4c2d9d0 (strlen)
--244-- REDIR: 0x4f831c0 (libc.so.6:__mempcpy_ssse3_back) redirected to 0x4c318a0 (mempcpy)
--244-- REDIR: 0x4ecdc10 (libc.so.6:__strcmp_sse2_unaligned) redirected to 0x4c2eaa0 (strcmp)
--244-- REDIR: 0x4f72a60 (libc.so.6:__strcspn_sse42) redirected to 0x4c32070 (strcspn)
--244-- REDIR: 0x4f72ba0 (libc.so.6:__strpbrk_sse42) redirected to 0x4c32010 (strpbrk)
--245-- REDIR: 0x4ecdec0 (libc.so.6:__memcpy_sse2_unaligned) redirected to 0x4c2efa0 (memcpy@@GLIBC_2.14)
--245-- REDIR: 0x4ec7670 (libc.so.6:__GI_memcpy) redirected to 0x4c2f580 (__GI_memcpy)
--245-- REDIR: 0x4ebee20 (libc.so.6:__GI_strncmp) redirected to 0x4c2e220 (__GI_strncmp)
--245-- REDIR: 0x4ec2ae0 (libc.so.6:__GI_stpcpy) redirected to 0x4c308d0 (__GI_stpcpy)
--245-- REDIR: 0x4ec2600 (libc.so.6:__GI_mempcpy) redirected to 0x4c31990 (__GI_mempcpy)
--245-- REDIR: 0x4eb8d00 (libc.so.6:free) redirected to 0x4c2bc56 (free)
==245==
==245== HEAP SUMMARY:
==245== in use at exit: 1,708 bytes in 20 blocks
==245== total heap usage: 24 allocs, 4 frees, 6,844 bytes allocated
==245==
==245== Searching for pointers to 20 not-freed blocks
==245== Checked 81,944 bytes
==245==
==245== 20 bytes in 1 blocks are still reachable in loss record 1 of 8
==245== at 0x4C2CB78: realloc (vg_replace_malloc.c:785)
==245== by 0x4F2210F: getcwd (getcwd.c:86)
==245== by 0x10DE98: ??? (in /bin/dash)
==245== by 0x11D533: ??? (in /bin/dash)
==245== by 0x10CCBB: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 24 bytes in 1 blocks are still reachable in loss record 2 of 8
==245== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==245== by 0x115B48: ??? (in /bin/dash)
==245== by 0x11CBFA: ??? (in /bin/dash)
==245== by 0x11D533: ??? (in /bin/dash)
==245== by 0x10CCBB: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 32 bytes in 1 blocks are still reachable in loss record 3 of 8
==245== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==245== by 0x115B48: ??? (in /bin/dash)
==245== by 0x11CB28: ??? (in /bin/dash)
==245== by 0x11D50E: ??? (in /bin/dash)
==245== by 0x10CCBB: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 32 bytes in 1 blocks are still reachable in loss record 4 of 8
==245== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==245== by 0x115B48: ??? (in /bin/dash)
==245== by 0x11CB28: ??? (in /bin/dash)
==245== by 0x11CC37: ??? (in /bin/dash)
==245== by 0x11D533: ??? (in /bin/dash)
==245== by 0x10CCBB: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 160 bytes in 1 blocks are still reachable in loss record 5 of 8
==245== at 0x4C2AB2D: malloc (vg_replace_malloc.c:298)
==245== by 0x4C2CAF9: realloc (vg_replace_malloc.c:785)
==245== by 0x115B68: ??? (in /bin/dash)
==245== by 0x11510E: ??? (in /bin/dash)
==245== by 0x10F932: ??? (in /bin/dash)
==245== by 0x10E745: ??? (in /bin/dash)
==245== by 0x11591D: ??? (in /bin/dash)
==245== by 0x10CD2F: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 416 bytes in 13 blocks are still reachable in loss record 6 of 8
==245== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==245== by 0x115B48: ??? (in /bin/dash)
==245== by 0x11CB28: ??? (in /bin/dash)
==245== by 0x11D4CE: ??? (in /bin/dash)
==245== by 0x10CCBB: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 512 bytes in 1 blocks are still reachable in loss record 7 of 8
==245== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==245== by 0x115B48: ??? (in /bin/dash)
==245== by 0x115BE9: ??? (in /bin/dash)
==245== by 0x1182CF: ??? (in /bin/dash)
==245== by 0x1188EA: ??? (in /bin/dash)
==245== by 0x118A07: ??? (in /bin/dash)
==245== by 0x1158B5: ??? (in /bin/dash)
==245== by 0x10CD2F: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== 512 bytes in 1 blocks are still reachable in loss record 8 of 8
==245== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==245== by 0x115B48: ??? (in /bin/dash)
==245== by 0x115BE9: ??? (in /bin/dash)
==245== by 0x115E06: ??? (in /bin/dash)
==245== by 0x115EBC: ??? (in /bin/dash)
==245== by 0x11C794: ??? (in /bin/dash)
==245== by 0x110053: ??? (in /bin/dash)
==245== by 0x10FA5F: ??? (in /bin/dash)
==245== by 0x10E745: ??? (in /bin/dash)
==245== by 0x11591D: ??? (in /bin/dash)
==245== by 0x10CD2F: ??? (in /bin/dash)
==245== by 0x4E57F44: (below main) (libc-start.c:287)
==245==
==245== LEAK SUMMARY:
==245== definitely lost: 0 bytes in 0 blocks
==245== indirectly lost: 0 bytes in 0 blocks
==245== possibly lost: 0 bytes in 0 blocks
==245== still reachable: 1,708 bytes in 20 blocks
==245== suppressed: 0 bytes in 0 blocks
==245==
==245== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==245== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
--244-- REDIR: 0x4eb8d00 (libc.so.6:free) redirected to 0x4c2bc56 (free)
--244-- REDIR: 0x4ec2290 (libc.so.6:__GI_memmove) redirected to 0x4c311d0 (__GI_memmove)
--244-- REDIR: 0x4ed2a80 (libc.so.6:__strcpy_sse2_unaligned) redirected to 0x4c2dab0 (strcpy)
--244-- REDIR: 0x4ecdec0 (libc.so.6:__memcpy_sse2_unaligned) redirected to 0x4c2efa0 (memcpy@@GLIBC_2.14)
--246-- REDIR: 0x4ec7670 (libc.so.6:__GI_memcpy) redirected to 0x4c2f580 (__GI_memcpy)
--246-- REDIR: 0x4ebee20 (libc.so.6:__GI_strncmp) redirected to 0x4c2e220 (__GI_strncmp)
--246-- REDIR: 0x4ec2ae0 (libc.so.6:__GI_stpcpy) redirected to 0x4c308d0 (__GI_stpcpy)
--246-- REDIR: 0x4ec2600 (libc.so.6:__GI_mempcpy) redirected to 0x4c31990 (__GI_mempcpy)
==246==
==246== HEAP SUMMARY:
==246== in use at exit: 1,708 bytes in 20 blocks
==246== total heap usage: 28 allocs, 8 frees, 42,236 bytes allocated
==246==
==246== Searching for pointers to 20 not-freed blocks
==246== Checked 81,992 bytes
==246==
==246== 20 bytes in 1 blocks are still reachable in loss record 1 of 8
==246== at 0x4C2CB78: realloc (vg_replace_malloc.c:785)
==246== by 0x4F2210F: getcwd (getcwd.c:86)
==246== by 0x10DE98: ??? (in /bin/dash)
==246== by 0x11D533: ??? (in /bin/dash)
==246== by 0x10CCBB: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 24 bytes in 1 blocks are still reachable in loss record 2 of 8
==246== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==246== by 0x115B48: ??? (in /bin/dash)
==246== by 0x11CBFA: ??? (in /bin/dash)
==246== by 0x11D533: ??? (in /bin/dash)
==246== by 0x10CCBB: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 32 bytes in 1 blocks are still reachable in loss record 3 of 8
==246== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==246== by 0x115B48: ??? (in /bin/dash)
==246== by 0x11CB28: ??? (in /bin/dash)
==246== by 0x11D50E: ??? (in /bin/dash)
==246== by 0x10CCBB: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 32 bytes in 1 blocks are still reachable in loss record 4 of 8
==246== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==246== by 0x115B48: ??? (in /bin/dash)
==246== by 0x11CB28: ??? (in /bin/dash)
==246== by 0x11CC37: ??? (in /bin/dash)
==246== by 0x11D533: ??? (in /bin/dash)
==246== by 0x10CCBB: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 160 bytes in 1 blocks are still reachable in loss record 5 of 8
==246== at 0x4C2AB2D: malloc (vg_replace_malloc.c:298)
==246== by 0x4C2CAF9: realloc (vg_replace_malloc.c:785)
==246== by 0x115B68: ??? (in /bin/dash)
==246== by 0x11510E: ??? (in /bin/dash)
==246== by 0x10F932: ??? (in /bin/dash)
==246== by 0x10E745: ??? (in /bin/dash)
==246== by 0x11591D: ??? (in /bin/dash)
==246== by 0x10CD2F: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 416 bytes in 13 blocks are still reachable in loss record 6 of 8
==246== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==246== by 0x115B48: ??? (in /bin/dash)
==246== by 0x11CB28: ??? (in /bin/dash)
==246== by 0x11D4CE: ??? (in /bin/dash)
==246== by 0x10CCBB: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 512 bytes in 1 blocks are still reachable in loss record 7 of 8
==246== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==246== by 0x115B48: ??? (in /bin/dash)
==246== by 0x115BE9: ??? (in /bin/dash)
==246== by 0x116C19: ??? (in /bin/dash)
==246== by 0x11130D: ??? (in /bin/dash)
==246== by 0x11164E: ??? (in /bin/dash)
==246== by 0x113005: ??? (in /bin/dash)
==246== by 0x10F48F: ??? (in /bin/dash)
==246== by 0x10E745: ??? (in /bin/dash)
==246== by 0x11591D: ??? (in /bin/dash)
==246== by 0x10CD2F: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== 512 bytes in 1 blocks are still reachable in loss record 8 of 8
==246== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==246== by 0x115B48: ??? (in /bin/dash)
==246== by 0x115BE9: ??? (in /bin/dash)
==246== by 0x115E06: ??? (in /bin/dash)
==246== by 0x115EBC: ??? (in /bin/dash)
==246== by 0x11C794: ??? (in /bin/dash)
==246== by 0x110053: ??? (in /bin/dash)
==246== by 0x10FA5F: ??? (in /bin/dash)
==246== by 0x10E745: ??? (in /bin/dash)
==246== by 0x11591D: ??? (in /bin/dash)
==246== by 0x10CD2F: ??? (in /bin/dash)
==246== by 0x4E57F44: (below main) (libc-start.c:287)
==246==
==246== LEAK SUMMARY:
==246== definitely lost: 0 bytes in 0 blocks
==246== indirectly lost: 0 bytes in 0 blocks
==246== possibly lost: 0 bytes in 0 blocks
==246== still reachable: 1,708 bytes in 20 blocks
==246== suppressed: 0 bytes in 0 blocks
==246==
==246== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==246== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
--244-- REDIR: 0x4f95c60 (libc.so.6:__memcmp_sse4_1) redirected to 0x4c30610 (__memcmp_sse4_1)
==244==
==244== HEAP SUMMARY:
==244== in use at exit: 684 bytes in 18 blocks
==244== total heap usage: 52 allocs, 34 frees, 51,548 bytes allocated
==244==
==244== Searching for pointers to 18 not-freed blocks
==244== Checked 80,968 bytes
==244==
==244== 20 bytes in 1 blocks are still reachable in loss record 1 of 6
==244== at 0x4C2CB78: realloc (vg_replace_malloc.c:785)
==244== by 0x4F2210F: getcwd (getcwd.c:86)
==244== by 0x10DE98: ??? (in /bin/dash)
==244== by 0x11D533: ??? (in /bin/dash)
==244== by 0x10CCBB: ??? (in /bin/dash)
==244== by 0x4E57F44: (below main) (libc-start.c:287)
==244==
==244== 24 bytes in 1 blocks are still reachable in loss record 2 of 6
==244== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==244== by 0x115B48: ??? (in /bin/dash)
==244== by 0x11CBFA: ??? (in /bin/dash)
==244== by 0x11D533: ??? (in /bin/dash)
==244== by 0x10CCBB: ??? (in /bin/dash)
==244== by 0x4E57F44: (below main) (libc-start.c:287)
==244==
==244== 32 bytes in 1 blocks are still reachable in loss record 3 of 6
==244== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==244== by 0x115B48: ??? (in /bin/dash)
==244== by 0x11CB28: ??? (in /bin/dash)
==244== by 0x11D50E: ??? (in /bin/dash)
==244== by 0x10CCBB: ??? (in /bin/dash)
==244== by 0x4E57F44: (below main) (libc-start.c:287)
==244==
==244== 32 bytes in 1 blocks are still reachable in loss record 4 of 6
==244== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==244== by 0x115B48: ??? (in /bin/dash)
==244== by 0x11CB28: ??? (in /bin/dash)
==244== by 0x11CC37: ??? (in /bin/dash)
==244== by 0x11D533: ??? (in /bin/dash)
==244== by 0x10CCBB: ??? (in /bin/dash)
==244== by 0x4E57F44: (below main) (libc-start.c:287)
==244==
==244== 160 bytes in 1 blocks are still reachable in loss record 5 of 6
==244== at 0x4C2AB2D: malloc (vg_replace_malloc.c:298)
==244== by 0x4C2CAF9: realloc (vg_replace_malloc.c:785)
==244== by 0x115B68: ??? (in /bin/dash)
==244== by 0x11510E: ??? (in /bin/dash)
==244== by 0x10F932: ??? (in /bin/dash)
==244== by 0x10E745: ??? (in /bin/dash)
==244== by 0x11591D: ??? (in /bin/dash)
==244== by 0x10CD2F: ??? (in /bin/dash)
==244== by 0x4E57F44: (below main) (libc-start.c:287)
==244==
==244== 416 bytes in 13 blocks are still reachable in loss record 6 of 6
==244== at 0x4C2ABE3: malloc (vg_replace_malloc.c:299)
==244== by 0x115B48: ??? (in /bin/dash)
==244== by 0x11CB28: ??? (in /bin/dash)
==244== by 0x11D4CE: ??? (in /bin/dash)
==244== by 0x10CCBB: ??? (in /bin/dash)
==244== by 0x4E57F44: (below main) (libc-start.c:287)
==244==
==244== LEAK SUMMARY:
==244== definitely lost: 0 bytes in 0 blocks
==244== indirectly lost: 0 bytes in 0 blocks
==244== possibly lost: 0 bytes in 0 blocks
==244== still reachable: 684 bytes in 18 blocks
==244== suppressed: 0 bytes in 0 blocks
==244==
==244== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==244== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment