TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

Enable address sanitizer #34

Closed TorstenRobitzki closed 3 years ago

TorstenRobitzki commented 6 years ago

Compiling and running all unit tests with clangs address sanitizer enabled flags some test as being bogus (-fsanitize=address). All tests should run with address sanitizer enabled, without any errors.

TorstenRobitzki commented 3 years ago

For compilers that support address sanitizer, the sanitizer is enabled for the unit tests