diff options
author | KJ Tsanaktsidis <[email protected]> | 2024-09-21 21:11:27 +1000 |
---|---|---|
committer | KJ Tsanaktsidis <[email protected]> | 2024-09-23 10:11:54 +1000 |
commit | 02b36f75721aa61d48e3031c71695837d7a8a410 () | |
tree | 7291b7de634dbd01d0445ba444c9a6b06b18e8fb /ast.c | |
parent | 95d26ee41e136088560caa04943d177342795b5b (diff) |
Unpoison page->freelist before trying to assert on it
Otherwise trying to deref the pointer can cause an ASAN crash, even though the only reason we're dereferencing it is so that we can assert on it.
Notes: Merged: https://.com/ruby/ruby/pull/11660
0 files changed, 0 insertions, 0 deletions