accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Fix issues discovered by the address & undefined sanitizers #10

Closed accosmin closed 9 years ago

accosmin commented 9 years ago

Run the tests using the debug-asan build and fix all reported issues by gcc 5.2.0.

accosmin commented 9 years ago

Apparently there is a bug in the undefined sanitizer that causes false alarms. To disable these checks use -fno-sanitize=vptr.