Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c3354ec7400de09af04a01a4949b65879cb1e56
https://github.com/WebKit/WebKit/commit/0c3354ec7400de09af04a01a4949b65879cb1e56
Author: Yijia Huang <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M Source/JavaScriptCore/wasm/debugger/WasmDebugServer.cpp
Log Message:
-----------
[JSC][WASM][Debugger] Use INADDR_LOOPBACK constant for WASM debug server
binding
https://bugs.webkit.org/show_bug.cgi?id=307834
rdar://170337798
Reviewed by Mark Lam.
Follow-up to use htonl(INADDR_LOOPBACK) instead of inet_addr("127.0.0.1")
for binding the WebAssembly debug server socket. This is more efficient
(compile-time constant vs runtime string parsing) and matches the existing
code style used elsewhere in WebKit (e.g., RemoteInspectorSocketWin.cpp).
Canonical link: https://commits.webkit.org/307505@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications