bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
23 stars 5 forks source link

Enable more sanitation modes #47

Open vlad0x00 opened 2 years ago

vlad0x00 commented 2 years ago

Currently, only sanitize-undefined is used by ninja complete and CI. It is possible to run ninja sanitize-address, ninja sanitize-memory, and ninja sanitize-thread, but they currently give false positives. This is likely due to parts of code being less than ideal (or possibly erroneous), so this should be fixable and the sanitation modes should be enabled by default.