Bug 244066 - Assertion failure when using evaluated empty catch block.
Summary: Assertion failure when using evaluated empty catch block.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-17 16:59 PDT by David Degazio
Modified: 2022-08-19 15:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Degazio 2022-08-17 16:59:01 PDT
Fixes an issue where catch clauses may not return undefined if the catch block is empty., instead rpotentially returning lingering values from the try block which may be used erroneously.
Comment 1 David Degazio 2022-08-19 13:23:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3484
Comment 2 EWS 2022-08-19 15:03:05 PDT
Committed 253605@main (507c4b0c74e7): <https://commits.webkit.org/253605@main>

Reviewed commits have been landed. Closing PR #3484 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-08-19 15:04:15 PDT
<rdar://problem/98900407>