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.
Currently, only sanitize-undefined is used by
ninja complete
and CI. It is possible to runninja sanitize-address
,ninja sanitize-memory
, andninja 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.