Skip to content

Instantly share code, notes, and snippets.

@annakocheshkova
Created May 31, 2019 11:49
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 annakocheshkova/c4c1c7e380372c68363d5d9b6b021007 to your computer and use it in GitHub Desktop.
Save annakocheshkova/c4c1c7e380372c68363d5d9b6b021007 to your computer and use it in GitHub Desktop.
#include <stddef.h>
void forceAppCrash()
{
int* test = NULL;
*test=42; //crash
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment