Fuzzing and Hardening Your C++ Apps for Security and Reliability
The Sanitizers find many bugs in C++ code, but they are only as good as your tests are. We will show how to improve your test coverage with guided fuzzing and how to protect your applications in production even if some bugs are still there.