cqcallaw / newt

The newt programming language
GNU General Public License v3.0
12 stars 2 forks source link

Investigate leak-detection logic in gcc #55

Open cqcallaw opened 8 years ago

cqcallaw commented 8 years ago

See http://lemire.me/blog/2016/04/20/no-more-leaks-with-sanitize-flags-in-gcc-and-clang/

cqcallaw commented 6 years ago

ASan is enabled as of commit ba255ba60ff47cea658cbf3175230a381733fc4e. UBSan is going to take a bit more work.