Slashdot Mirror


The 2015 Underhanded C Contest Has Begun

Xcott Craver writes: The 8th Underhanded C Contest is now underway. The goal of the Underhanded C Contest is to write C code that is as readable, clear, innocent and straightforward as possible, but which performs some malicious function that is not obvious from looking at the source code. This year's challenge is based on a real problem in joint development for nuclear treaty verification, and the prize is $1000.

3 of 52 comments (clear)

  1. not obvious from looking at the source code. by Anonymous Coward · · Score: 5, Funny

    So, pretty much any C program will be competitive here.

  2. Sponsered by Systemd by Anonymous Coward · · Score: 5, Funny

    Clearly this contest must be in someway related to Systemd but I find no mention in TFA

  3. Re:Start with this Password Verification Function by dotancohen · · Score: 4, Funny

    I'm trying to remember where I first saw this function (I think it's a pretty common example for security coding seminars):

    int passwordCompare(char* enteredPassword, char* validPassword) {

    Hey, that's the routine that checks the password on my luggage!

    --
    It is dangerous to be right when the government is wrong.