Bug 244066
Summary: | Assertion failure when using evaluated empty catch block. | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Degazio <d_degazio> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
David Degazio
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/3484
EWS
Committed 253605@main (507c4b0c74e7): <https://commits.webkit.org/253605@main>
Reviewed commits have been landed. Closing PR #3484 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/98900407>