Bug 287469
| Summary: | Address some of the Safer CPP warnings in DNSResolveQueueCFNet.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebCore Misc. | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Address some of the Safer CPP warnings in DNSResolveQueueCFNet.cpp.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/40427
EWS
Committed 290259@main (ff08cabb2102): <https://commits.webkit.org/290259@main>
Reviewed commits have been landed. Closing PR #40427 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/144671403>
Diego Pino
There's a build error after this change when building with LibWebRTC enabled:
```
/home/pwuser/webkit/Source/WebKit/Shared/RTCNetwork.cpp:33:10: fatal error: 'wtf/posix/SocketPOSIX.h' file not found
33 | #include <wtf/posix/SocketPOSIX.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
```
Diego Pino
Re-opening for pull request https://github.com/WebKit/WebKit/pull/40477
EWS
Committed 290264@main (f39c099cf3ee): <https://commits.webkit.org/290264@main>
Reviewed commits have been landed. Closing PR #40477 and removing active labels.