5:00 PM Saturday Room: VPA-115
The Sanitizers (AddressSanitizer & friends) allow you to find many stability and security bugs in C++ code, but they are only as good as your tests are. In this talk we will show how to improve your test coverage with guided fuzzing (LLVM libFuzzer) and how to protect your applications in production even if some bugs are still there (LLVM Control Flow Integrity and SafeStack).