diff options
author | Peter Zhu <[email protected]> | 2024-11-29 16:08:22 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-12-04 14:29:24 -0500 |
commit | 3c91a1e5fda8b3e03348dc533dcf292a598f1f77 (patch) | |
tree | afc100d454cae1ae0ff7468a91b07177e1e33025 /include/ruby/internal/intern/struct.h | |
parent | 5898abd08406f9a432fe4ae9743005ebfcd71435 (diff) |
Fix ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS for MSAN
There's no case for when RUBY_MSAN_ENABLED, so the macro ends up doing
nothing when it should instead have __attribute__((__no_sanitize__("memory"))).
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12219
Diffstat (limited to 'include/ruby/internal/intern/struct.h')
0 files changed, 0 insertions, 0 deletions