Project

General

Profile

« Previous | Next » 

Revision 14cdd889

Added by peterzhu2118 (Peter Zhu) 4 days ago

[Bug #21620] Fix strict aliasing in rb_managed_id_table_lookup

We cannot pass &ccs into rb_managed_id_table_lookup because rb_managed_id_table_lookup
takes in a VALUE*, so it violates strict aliasing in C. This causes segfaults
when compiling with LTO enabled.