-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
UPDATE: ASan has been implemented in 0148297. We should still run tests with MSan, although it's less important than ASan.
=== old text ===
We should enable ASan and MSan when running cargo test in order to catch issues with our use of the BoringSSL API. ASan should help catch issues with reference counting, allocation, and freeing, while MSan should help catch issues with memory initialization.