Add Memory Sanitizer Check to CI #12
Labels
ci
Continuous Integration related Issues
enhancement
New feature or request
future-work
Deferred to be worked in later stage of GSOC or after GSOC
Memory Sanitizer helps in finding uninitialized use of variables, leaks and other memory-related behaviour that causes can cause UB.
However, due to restricting nature of MEMSAN and limitations, it is only available with
clang
and is hard to setup correctly. From discussion on #11The text was updated successfully, but these errors were encountered: