asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

Add ASan and UBSan sanitizers #227

Closed asmaloney closed 1 year ago

asmaloney commented 1 year ago

Ignores container-overflow (ASan). This is a false positive and there’s no good way to fix it, so turn off the feature.

*I gave up trying to get the address sanitizer working for MSVC (and UBSan isn’t supported), so it’s disabled on MSVC.