[webkit-changes] [WebKit/WebKit] 0bd790: Increase maxRegExpStackSize to 16 MB
Commit Queue
noreply at github.com
Thu Feb 27 12:34:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0bd7900638c3647bc1e87f644bfc52a096f8858f
https://github.com/WebKit/WebKit/commit/0bd7900638c3647bc1e87f644bfc52a096f8858f
Author: Daniel Liu <daniel_liu4 at apple.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
Increase maxRegExpStackSize to 16 MB
https://bugs.webkit.org/show_bug.cgi?id=288730
rdar://145585141
Reviewed by Mark Lam.
The current stack limit of 4 MB limits some large regexes that perform a lot of backtracking. We'll increase this limit to 16 MB.
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/291245@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list