Alexandre Julliard pushed to branch master at wine / wine
Commits: 1365b27a by Charlotte Pabst at 2024-11-19T21:11:54+01:00 jscript: Handle star and opt operators while matching global regex properly.
Before this fix, the regex engine would run into an infinite loop and OOM when encountering a quantifier allowing a zero amount of items in a REG_GLOB regex.
- - - - - 005c8b8b by Charlotte Pabst at 2024-11-19T21:11:54+01:00 jscript/tests: Add tests for star and opt operators in global regex.
- - - - -
2 changed files:
- dlls/jscript/jsregexp.c - dlls/jscript/tests/regexp.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/721b7f5df6b08762b322689351b7de...