Please create an account to participate in the Slashdot moderation system

 



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

It appears that PL/I (and its dialects) is, or will be, the most widely used higher level language for systems programming. -- J. Sammet

Working...