TGSAI / mdio-cpp

C++, Cloud native, scalable storage engine for various types of energy data.
Apache License 2.0
6 stars 3 forks source link

Proposal: Enable AddressSanitizer in build pipelines #81

Open BrianMichell opened 3 months ago

BrianMichell commented 3 months ago

Motivation

There were previously undiagnosed memory access issues that would only manifest in certain conditions. #46

What this will help solve

The intent is to discover undefined behavior regarding memory access before features may be merged into main.

Impact

Required changes