Format Strings int function(char *user) { fprintf(stdout, user); } Problem: what if user = "%s%s%s%s%s%s%s" Most likely program will crash: DoS. If not, program will print memory content. Privacy?