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
Hi. Thanks for submitting these. The first one should probably be fixed in regexp2, because the regex should not be considered invalid. The second one is about circular references, and although the ECMAScript standard does not require handling them, it probably should be fixed (maybe even as simple as limiting the maximum depth, since it's not specified).
I consider both relatively low priority and will have a look some time later. Feel free to submit PRs though.
Hi,
While I was fuzzing this repo, I came across with 2 problems. These are found by go-fuzz
Go Version
go version go1.16.2 linux/amd64
OS Version
Ubuntu 20.04.1 LTS
Bug 1
While parsing
(/0AY000p\p/[Symbol.split](/쿽/))
string, it throws panic.My program is:
Bug 2
While parsing "[][g=[]]=g[[]&[]]=g" string, It throws stack overflow error.
My program is:
The text was updated successfully, but these errors were encountered: