CppCon 2014: Kostya Serebryany "Sanitize your C++ code"

CppCon 2014: Kostya Serebryany "Sanitize your C++ code"01:01:51

Download information and video details for CppCon 2014: Kostya Serebryany "Sanitize your C++ code"

Uploader:

CppCon

Published at:

10/18/2014

Views:

16.1K

Description:

The talk explains the family of sanitizers integrated into C++ compilers, covering AddressSanitizer, ThreadSanitizer, MemorySanitizer, and UndefinedBehaviorSanitizer, detailing the types of bugs they detect and how to use them on small programs and in large projects. The presenter, Kostya Serebryany, a Google software engineer with experience at Elbrus, Intel, and a PhD, discusses the development and deployment of these dynamic testing tools.