Skip to content

Instantly share code, notes, and snippets.

@mutsune
Created December 17, 2018 07:53
Show Gist options
  • Save mutsune/c9bfe7222439c36fe175fcd9737fac9d to your computer and use it in GitHub Desktop.
Save mutsune/c9bfe7222439c36fe175fcd9737fac9d to your computer and use it in GitHub Desktop.
Segmentation fault: 11
#include <stdio.h>
int main(int argc, char **argv)
{
unsigned long a[1];
a[3] = 0x7ffff7b36cebUL;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment