[webkit-changes] [WebKit/WebKit] 7c4c43: NetworkRTCTCPSocketCocoa should send the interface...

youennf noreply at github.com
Thu Jul 27 08:32:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7c4c435f65ec06e27a422bd1cb58f424b8ec9bbe
      https://github.com/WebKit/WebKit/commit/7c4c435f65ec06e27a422bd1cb58f424b8ec9bbe
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M Source/WebKit/NetworkProcess/webrtc/NetworkRTCTCPSocketCocoa.mm

  Log Message:
  -----------
  NetworkRTCTCPSocketCocoa should send the interface name to its WebProcess if not null
https://bugs.webkit.org/show_bug.cgi?id=259554
rdar://112931044

Reviewed by Alex Christensen.

nw_interface_get_name can return null, in which case sending a null string to the WebProcess is neither good nor useful.

* Source/WebKit/NetworkProcess/webrtc/NetworkRTCTCPSocketCocoa.mm:
(WebKit::NetworkRTCTCPSocketCocoa::NetworkRTCTCPSocketCocoa):

Canonical link: https://commits.webkit.org/266360@main




More information about the webkit-changes mailing list