Project

General

Profile

« Previous | Next » 

Revision 736eb29a

Added by alanwu (Alan Wu) about 4 years ago

Fix use-after-free on USE_EMBED_CI=0

The old code didn't keep old_operands[0] reachable while allocating. You
can crash it by requiring erb under GC stress mode.