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
I think this can be fixed by allowing only a single repetition operator after every atom. This is what the grammar specifies. However, the implementation currently allows repetiton because it calls STACK_PUSHX(stack, int, PARSE_POSTFIX) again after parsing a postfix operator.
Expressions like the following cause TRE's run-time to be very high:
Found using LLVM's LibFuzzer.
The text was updated successfully, but these errors were encountered: