|
|
|
|
|
by WalterGillman
438 days ago
|
|
I'm willing to write a C compiler that detects all undefined behavior but instead of doing something sane like reporting it or disallowing it just adds the code to open a telnet shell with root privileges.
Can't wait to see the benchmarks. |
|
This is only possible if you check for it at runtime and that's a tradeoff most C programmers don't like.