Stealthily Introducing Vulnerabilities in Open-Source via Hypocrite Commits [pdf]
linuxreviews.org1 pointsby dev-ns80 comments
char str[] = "C is fucking weird, ok? I said it, sue me.";
char *result = strtok(str, ",");
char *res = strtok(NULL, ",");
Why is that ok?