d1vanov/libquentier

Make it possible to build libquentier with enabled sanitizers

Closed this issue · 2 comments

This project seems to make it really simple to build stuff with CMake using various sanitizers. It's very useful to run e.g. builds with address sanitizer to catch tricky memory corruption problems. So would be nice to provide an easy integration with this for libquentier.

Implemented, pushed to development.

By the way, leak sanitizer found a couple of actual memory leaks (and a ton of false positives due to Qt's way of memory handling) so it was useful at least for that much.