Loading…
CppCon 2014 has ended
Thursday, September 11 • 4:45pm - 5:45pm
Sanitize your C++ code

Log in to save this to your schedule, view media, leave feedback and see who's attending!

"Sanitizers" is a family of dynamic testing tools built into C++ compilers (Clang and GCC):
  • AddressSanitizer finds memory errors, such as use-after-free, buffer overflows, and leaks;
  • ThreadSanitizer finds data races, deadlocks, and other threading bugs;
  • MemorySanitizer finds uses of uninitialized memory;
  • UndefinedBehaviorSanitizer finds other kinds of undefined behavior, such as use of incorrect dynamic type, shift by illegal amount and many others.
You will learn how these tools work, how to use them on small programs and how we deploy them in large projects.

Speakers
avatar for Kostya Serebryany

Kostya Serebryany

Software Engineer, Google
Konstantin (Kostya) Serebryany is a Software Engineer at Google. His team develops and deploys dynamic testing tools, such as AddressSanitizer and ThreadSanitizer. Prior to joining Google in 2007, Konstantin spent 4 years at Elbrus/MCST working for Sun compiler lab and then 3 years... Read More →


Thursday September 11, 2014 4:45pm - 5:45pm PDT
Pascal

Attendees (0)