You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed all structure allocations to use arena_calloc instead of arena_alloc
to ensure zero-initialization and eliminate undefined behavior from accessing
uninitialized memory. This fixes sanitizer errors related to:
- block_t, var_t, basic_block_t structures in parsing
- insn_t structures in SSA passes
- ph2_ir_t structures in register allocation
- constant_t, alias_t, macro_t structures in symbol management
0 commit comments