

Bugs Your Tests Miss: A Practical Safety Stack for Modern C++
Hosted by Plamen Tenev
Registration
About Event
Speaker for the event: Ivan Kamburov - Senior Software Engineer
Ivan will walk through how some of the hardest-to-find and most expensive C++ bugs—memory corruption, undefined behavior, portability issues, and subtle concurrency failures—can slip past even rigorous test suites, only to surface later when they’re hardest to diagnose. He’ll show how to proactively uncover these issues with a practical modern C++ safety stack: stronger warnings, dual compiler lanes, static analysis, and sanitizers, along with the real-world trade-offs and gains at each step from simple compiler diagnostics to full runtime instrumentation.