|
|
|
|
|
by PhantomGremlin
4502 days ago
|
|
Here's a little bit of a conspiracy theory for you. There's an old saying: "there are no coincidences on Wall Street". Not with the amounts of money that are involved. I think something similar should apply to critical security code. This reminds me of when someone tried to add the following to the Linux kernel: if ((options == (__WCLONE|__WALL)) && (current->uid = 0))
retval = -EINVAL; Oops, is that "uid == 0", or is that "uid = 0"? Yet another "typo" that couldn't happen in Python. |
|