Skip to content

Instantly share code, notes, and snippets.

@erik
Created November 25, 2011 02:00
Show Gist options
  • Save erik/1392642 to your computer and use it in GitHub Desktop.
Save erik/1392642 to your computer and use it in GitHub Desktop.
==20235== Invalid write of size 8
==20235== at 0x400E28: main (in /home/erik/code/c/xalloc/tester)
==20235== Address 0x51c3070 is 0 bytes after a block of size 48 alloc'd
==20235== at 0x4C279FC: calloc (vg_replace_malloc.c:467)
==20235== by 0x40076C: xalloc_new_entry (in /home/erik/code/c/xalloc/tester)
==20235== by 0x40071A: xalloc_new (in /home/erik/code/c/xalloc/tester)
==20235== by 0x400DE2: main (in /home/erik/code/c/xalloc/tester)
==20235==
==20235== Invalid read of size 8
==20235== at 0x400E33: main (in /home/erik/code/c/xalloc/tester)
==20235== Address 0x51c3070 is 0 bytes after a block of size 48 alloc'd
==20235== at 0x4C279FC: calloc (vg_replace_malloc.c:467)
==20235== by 0x40076C: xalloc_new_entry (in /home/erik/code/c/xalloc/tester)
==20235== by 0x40071A: xalloc_new (in /home/erik/code/c/xalloc/tester)
==20235== by 0x400DE2: main (in /home/erik/code/c/xalloc/tester)
==20235==
==20235== Invalid read of size 8
==20235== at 0x400E6A: main (in /home/erik/code/c/xalloc/tester)
==20235== Address 0x51c3070 is 0 bytes after a block of size 48 alloc'd
==20235== at 0x4C279FC: calloc (vg_replace_malloc.c:467)
==20235== by 0x40076C: xalloc_new_entry (in /home/erik/code/c/xalloc/tester)
==20235== by 0x40071A: xalloc_new (in /home/erik/code/c/xalloc/tester)
==20235== by 0x400DE2: main (in /home/erik/code/c/xalloc/tester)
==20235==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment