Secure Coding in C And C++ Quotes

Rate this book
Clear rating
Secure Coding in C And C++ Secure Coding in C And C++ by Robert C. Seacord
54 ratings, 3.96 average rating, 4 reviews
Secure Coding in C And C++ Quotes Showing 1-2 of 2
“If there were ever a hard-and-fast rule for secure programming in C and C++, it would be this: never invoke the gets() function.”
Robert C. Seacord, Secure Coding in C and C++, 2nd Edition
“Manipulating strings in C or C++ is error prone. Four common errors are unbounded string copies, off-by-one errors, null-termination errors, and string truncation.”
Robert C. Seacord, Secure Coding in C and C++, 2nd Edition