Skip to content

Instantly share code, notes, and snippets.

@PabloMansanet
Created February 4, 2019 17:17
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 PabloMansanet/f527e144bd982b89e6a821f579a039aa to your computer and use it in GitHub Desktop.
Save PabloMansanet/f527e144bd982b89e6a821f579a039aa to your computer and use it in GitHub Desktop.
#include <stdio.h>
void innocentFunction(const char* userString)
{
char localBuffer[64];
sprintf(localBuffer, userString);
// [..]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment