mirror of
https://github.com/ccxvii/mujs.git
synced 2026-02-05 17:29:43 +08:00
Issue 105: Fix NULL dereferencing in regexp compiler.
"x(?:)" parses to Cat(Char(x), Empty), but the compiler couldn't handle an empty right hand side of the Cat node.
This commit is contained in:
Reference in New Issue
Block a user