Closed hdante closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.29%. Comparing base (
5142d1e
) to head (8184443
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This patch allows enabling the address sanitizer functionality present in some compilers to detect memory access errors when using the library.
See: https://github.com/google/sanitizers/wiki/AddressSanitizer
Change Description
The patch adds support in the CMakeLists.txt file for enabling address sanitizer builds by setting an environment variable.
Solution Description
Code Quality
Project-Specific Pull Request Checklists
Bug Fix Checklist
New Feature Checklist
Documentation Change Checklist
Build/CI Change Checklist
Other Change Checklist