Add a new target for AddressSanitizer as extra credit
Aperta
enhancement
help wanted
- Lingua principale
- C++
- Stelle
- 290
- Fork
- 244
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
One of the things we do in the C track is have a separate compilation target for validating memory accesses, which we do using AddressSanitizer. We should implement a similar check here by adding a new target into each exercise's CMakeLists to run the tests under ASan, and document that to describe it as extra credit for the students in the 'Running the Tests' doc page.
Possibly add a build with MemorySanitizer as well to track uninitialized reads, but ASan is generally more useful.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.