Skip to content

Instantly share code, notes, and snippets.

@samcv
Created July 23, 2018 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samcv/d4ead78b0a3cdf2c9f9c40ffbb7004c5 to your computer and use it in GitHub Desktop.
Save samcv/d4ead78b0a3cdf2c9f9c40ffbb7004c5 to your computer and use it in GitHub Desktop.
==10439== Invalid read of size 4
==10439== at 0x505E24B: bind_key (uthash.h:645)
==10439== by 0x5003AA7: MVM_interp_run (interp.c:2417)
==10439== by 0x50F94C9: MVM_vm_run_file (moar.c:412)
==10439== by 0x401212: main (main.c:299)
==10439== Address 0x8da91fc is 620 bytes inside a block of size 1,024 free'd
==10439== at 0x4C28430: free (vg_replace_malloc.c:446)
==10439== by 0x505E20E: bind_key (uthash.h:610)
==10439== by 0x5003AA7: MVM_interp_run (interp.c:2417)
==10439== by 0x50F94C9: MVM_vm_run_file (moar.c:412)
==10439== by 0x401212: main (main.c:299)
==10439==
==10439== Invalid read of size 4
==10439== at 0x505E25D: bind_key (uthash.h:645)
==10439== by 0x5003AA7: MVM_interp_run (interp.c:2417)
==10439== by 0x50F94C9: MVM_vm_run_file (moar.c:412)
==10439== by 0x401212: main (main.c:299)
==10439== Address 0x8da91f8 is 616 bytes inside a block of size 1,024 free'd
==10439== at 0x4C28430: free (vg_replace_malloc.c:446)
==10439== by 0x505E20E: bind_key (uthash.h:610)
==10439== by 0x5003AA7: MVM_interp_run (interp.c:2417)
==10439== by 0x50F94C9: MVM_vm_run_file (moar.c:412)
==10439== by 0x401212: main (main.c:299)
==10439==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment