Skip to content

Instantly share code, notes, and snippets.

@aragaer
Created September 22, 2011 11:38
Show Gist options
  • Save aragaer/1234586 to your computer and use it in GitHub Desktop.
Save aragaer/1234586 to your computer and use it in GitHub Desktop.
int cnt = 0;
while (getenv("LD_PRELOAD")) {
fprintf(stderr, "l");
unsetenv("LD_PRELOAD");
if (cnt++ > 10)
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment