Secure Coding in C/C++: Write Safer Code and Sleep Easier

Use the right standards. Check your bounds. Never trust what you read off the wire. Secure coding in C and C++ is less about clever tricks and more about relentless discipline. The classics, buffer overflows, race conditions, memory leaks, still…