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

[ASan] Use casts to silence ASan complaints #1276

Merged
merged 1 commit into from
Mar 6, 2021

Conversation

mackal
Copy link
Member

@mackal mackal commented Feb 28, 2021

I don't think these are actually causing any real problems, ASan
complains about them though since it's kind of a code smell I guess and
a potential source of problems. But our case is fine, so cast to silence
them.

I don't think these are actually causing any real problems, ASan
complains about them though since it's kind of a code smell I guess and
a potential source of problems. But our case is fine, so cast to silence
them.
@mackal mackal requested a review from KimLS February 28, 2021 23:03
@mackal mackal changed the title Use casts to silence ASan complaints [ASan] Use casts to silence ASan complaints Mar 1, 2021
@KimLS KimLS merged commit 02517bf into master Mar 6, 2021
@mackal mackal deleted the cleanup/uv_handle_cast_deletes branch March 6, 2021 03:51
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