Project

General

Profile

Talk #565

Updated by Kretz, Matthias about 10 years ago

The Clang compiler introduced several compiler switches that add instrumentation to the resulting binary which then does runtime checking with relatively small runtime overhead. Starting with GCC 4.8, this feature is becoming available for GCC as well. 
 This talk gives an a quick overview on how the existing sanitizers, how they sanitizers can be used, used and what kinds of errors can be detected.

Back