exercism / exercism/cpp

Add a new target for AddressSanitizer as extra credit

Aberta
#275 8 comentários 0 reações 0 responsáveis Ver no GitHub
enhancement help wanted
Linguagem predominante
C++
Estrelas
290
Forks
244
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.