[Webkit-unassigned] [Bug 191206] New: Running out of stack space not properly handled in RegExp::compile() and its callers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 2 13:41:07 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=191206
Bug ID: 191206
Summary: Running out of stack space not properly handled in
RegExp::compile() and its callers
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: msaboff at apple.com
The parsing under RegExp::compile() uses recursion for nested parenthesis. The recursive function checks for available stack space, but that error isn't properly handled by RegExp::compile() and its callers.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181102/a24c65d4/attachment.html>
More information about the webkit-unassigned
mailing list