Bug 311962
| Summary: | [Navigation API] Fix missing return in performTraversal for unknown key | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
| Component: | New Bugs | Assignee: | Basuke Suzuki <basuke> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Basuke Suzuki
Navigation::performTraversal() is missing a return before createErrorResult() when !hasEntryWithKey(key). Execution falls through to code that uses moved-from DeferredPromise objects. rdar://174513305
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
<rdar://problem/174513305>
Basuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/61746
Basuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/62490
EWS
Committed 311161@main (4f1b310945df): <https://commits.webkit.org/311161@main>
Reviewed commits have been landed. Closing PR #62490 and removing active labels.