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

fix false positive under valgrind #357

Closed
wants to merge 2 commits into from

Conversation

jlevon
Copy link
Collaborator

@jlevon jlevon commented Feb 22, 2021

valgrind gets confused by a non-aligned pointer load; use an aligned load
so it's quietened.

Signed-off-by: John Levon [email protected]

valgrind gets confused by a non-aligned pointer load; use an aligned load
so it's quietened.

Signed-off-by: John Levon <[email protected]>
@jlevon
Copy link
Collaborator Author

jlevon commented Feb 22, 2021

Fixes #347

@jlevon jlevon requested a review from tmakatos February 22, 2021 16:35
@jlevon jlevon marked this pull request as ready for review February 22, 2021 16:40
@jlevon
Copy link
Collaborator Author

jlevon commented Feb 23, 2021

This was not a false positive - see #363

@jlevon jlevon closed this Feb 23, 2021
@jlevon jlevon deleted the jlevon.fix-valgrind-false-positive branch May 26, 2021 08:57
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