Skip to content

Instantly share code, notes, and snippets.

/test Secret

Created February 22, 2018 20:38
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 anonymous/6379209105e84798882b39b5e0647ed6 to your computer and use it in GitHub Desktop.
Save anonymous/6379209105e84798882b39b5e0647ed6 to your computer and use it in GitHub Desktop.
#include <stdlib.h>
int main() {
void *p = malloc(100);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment