Coverage includes technical detail on how to
Improve the overall security of any C or C++ application
Thwart buffer overflows, stack-smashing, and return-oriented programming attacks that exploit insecure string manipulation logic
Avoid vulnerabilities and security flaws resulting from the incorrect use of dynamic memory management functions
Eliminate integer-related problems resulting from signed integer overflows, unsigned integer wrapping, and truncation errors
Perform secure I/O, avoiding file system vulnerabilities
Correctly use formatted output functions without introducing format-string vulnerabilities
Avoid race conditions and other exploitable vulnerabilities while developing concurrent code
Share This Book: