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.
So, pretty much any C program will be competitive here.
Clearly this contest must be in someway related to Systemd but I find no mention in TFA
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.