Bug 266189
Summary: | -[TestWebsiteDataStoreDelegate init] should call [super init] and initialize _shouldAllowAnySSLCertificate | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 193323, 196870 | ||
Bug Blocks: |
David Kilzer (:ddkilzer)
-[TestWebsiteDataStoreDelegate init] should call [super init] and initialize _shouldAllowAnySSLCertificate.
Missing call to `[super init]` found by clang static analyzer.
Missing initialization of _shouldAllowAnySSLCertificate found by source code inspection.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119463963>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/21604
EWS
Committed 271877@main (5e10b6dd520c): <https://commits.webkit.org/271877@main>
Reviewed commits have been landed. Closing PR #21604 and removing active labels.