Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 417 Bytes

Using the AddressSanitizer and reporting memory defects to CDash

In this recipe, we fabricate two bugs in our code, which may go undetected in a normal test run. To detect these bugs, we couple CTest with dynamic analysis by using AddressSanitizer, and report the defects to CDash.