Every time someone claims they've written a "bulletproof" app, I roll my eyes so hard I can practically see my brain. History's not on their side, and in this endless cat-and-mouse game between developers and hackers, it never will be. 😜

This is for you, my friend. I know you follow me here, so consider this a friendly reminder from, well, nobody. 😉

@nixCraft Oh yeah?

int
main(int ac, char **av) {
return 0;
}

@kithrup @nixCraft Whoah! You're just one line away from a major security vulnerability! If you were to accidentally type
`gets(av[0]);` then who knows what chaos would ensue?
@DocBohn @nixCraft Yes, I carefully whittled away everything that was insecure.