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

Add a missing asan_unpoisoning_p in gc_set_candidate_object_i #10386

Merged

Conversation

KJTsanaktsidis
Copy link
Contributor

It walks the heap, and checks for T_NONE and T_ZOMBIE objects, so it needs to unpoison these slots before accessing them when ASAN is enabled.

It walks the heap, and checks for T_NONE and T_ZOMBIE objects, so it
needs to unpoison these slots before accessing them when ASAN is
enabled.
@KJTsanaktsidis KJTsanaktsidis merged commit dc9d245 into ruby:master Mar 27, 2024
98 checks passed
@KJTsanaktsidis KJTsanaktsidis deleted the ktsanaktsidis/asan_unpoisoning_add branch March 27, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant