[openssl/openssl] b7cae5: doc: Add NOTES-SANITIZERS.md for sanitizer-based t...
"'Kit Dallege' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: b7cae550bc90568ed312d6c01698e7e507ce0649
https://github.com/openssl/openssl/commit/b7cae550bc90568ed312d6c01698e7e507ce0649
Author: kovan <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
A NOTES-SANITIZERS.md
Log Message:
-----------
doc: Add NOTES-SANITIZERS.md for sanitizer-based testing
Add documentation describing how to use compiler sanitizers (ASan, UBSan,
MSan) for memory leak and error detection when testing OpenSSL.
The document covers:
- Overview of available sanitizers and their purposes
- Build configuration options (enable-asan, enable-ubsan, enable-msan)
- Running tests with sanitizers enabled
- Environment variables to control sanitizer behavior
- Interpreting sanitizer output
- Comparison with Valgrind
This complements the existing NOTES-VALGRIND.md documentation and provides
guidance for developers who prefer sanitizer-based testing over Valgrind.
Fixes: https://github.com/openssl/openssl/issues/10929
Assisted-by: Claude:claude-opus-4-5
Assisted-by: Claude:claude-opus-4-8
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Tue Aug 18 08:13:31 2026
Merged-from: https://github.com/openssl/openssl/pull/29772
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/30950c-b7cae5%40github.com.