Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:But has it been confirmed? (Score 1) 536

Shit, I just found it. How'd we miss this before?

        if (Password == "JOSHUA")

        {

                printf("Greetings Professor Falken");

                godmode = true;

                return;

            }

So the back door works because people confuse strcmp() with == ?

I don't get it.

If anyone knows the answer, send it to me care of Goose Island, Oregon.

Slashdot Top Deals

That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven and Jerry Pournelle in "Oath of Fealty"

Working...