[Webkit-unassigned] [Bug 281650] New: Fix missing exception check in arrayProtoFuncConcat.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 16 22:43:01 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281650
Bug ID: 281650
Summary: Fix missing exception check in arrayProtoFuncConcat.
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: mark.lam at apple.com
moveArrayElements() can throw. Hence, we need an exception check after it before falling through to setLength().
--
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/20241017/c7cc03d0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list