Tach!

Mal wieder was zum Ablenken:

Wieso ist dieser Passwort-check (in C) wirklich idiotisch?

    gets(userEntry);
     if (memcmp(userEntry, correctPassword,
strlen(userEntry)) != 0)
         return (BAD_PASSWORD);

Cheers,

                    Bernd


This is a work of fiction. All the code portrayed in this mail is
fictional, and any resemblance to real golf or production code is 
purely
coincidental. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an