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

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

Información de descarga y detalles del video CppCon 2014: Kostya Serebryany "Sanitize your C++ code"

Autor:

CppCon

Publicado el:

18/10/2014

Vistas:

16.1K

Descripción:

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.