Blog Posts
Secure Coding in C++11 and C++14
Writing secure C++ code is hard. C++11 and C++14 have added new facilities that change the way programmers write C++ code with the introduction of features like lambdas and concurrency. …
• By Aaron Ballman
In Secure Development
Thread Safety Analysis in C and C++
With the rise of multi-core processors, concurrency has become increasingly common. The broader use of concurrency, however, has been accompanied by new challenges for programmers, who struggle to avoid race …