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

Overcome ASAN false positive regression #574

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Jan 22, 2023

The Memory Sanitizer is giving a false positive at the moment in nightly. Adding compiler flags resolves the issue. I didn't grok the exact root cause but this fixes it (cut'n'pasta from the issue [0]).

Props to elichai for working this out: #573 (comment)

[0] rust-lang/rust#107149

The Memory Sanitizer is giving a false positive at the moment in
`nightly`. Adding compiler flags resolves the issue. I didn't grok the
exact root cause but this fixes it (cut'n'pasta from the issue [0]).

[0] rust-lang/rust#107149
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 5a3f13e

@apoelstra apoelstra merged commit 0e689c7 into rust-bitcoin:master Jan 23, 2023
@tcharding tcharding deleted the 01-23-asan-fix branch January 24, 2023 20:36
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.

2 participants