Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3844] Ignore asan warnings (clang) #15

Closed
wants to merge 17 commits into from
Closed

[3844] Ignore asan warnings (clang) #15

wants to merge 17 commits into from

Conversation

gr0vity-dev
Copy link
Owner

2022-06-20T22:42:42Z CathalT
Wanted to test out my WSL dev environment with Visual Code so took a crack at some of the address sanitizer warnings

1.) Added function attribute to ignore false unsigned int overflow warnings which fixes:
nanocurrency/nano-node#3658
nanocurrency/nano-node#3659

2.) Added blacklist file for Clang Address Sanitizer.

Also when running Address Sanitizer with core_test aborts in a couple of places:

It doesn't like that network_params is a reference and it is being accessed on different threads.

Is this a known issue or should I create a new issue?

@gr0vity-dev gr0vity-dev deleted the prs/pr_3844 branch January 10, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant