dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

Fix / investigate undefined sanitizer warnings during functional tests #4447

Open PastaPastaPasta opened 3 years ago

PastaPastaPasta commented 3 years ago

Steps:

./configure --enable-debug --prefix=`pwd`/depends/x86_64-pc-linux-gnu/ --enable-werror --with-sanitizers=undefined
make clean
make check
python3 test/functional/test_runner.py
See sanitizer errors/warnings

It is very possible that some of these warnings should be suppressed, it is possible there are issues that should be fixed. Please investigate all relevant BTC PRs, it may make sense to backport those to fix the warnings. Feel free to reach out to me with any questions.

pravblockc commented 3 years ago

I am going start investigating/working on this

pravblockc commented 2 years ago

The issue has been fixed(PR: https://github.com/dashpay/dash/pull/4451) and merged to develop branch