Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a77e361a749099c015ac249d65e357b7ddd6fd49
      
https://github.com/WebKit/WebKit/commit/a77e361a749099c015ac249d65e357b7ddd6fd49
  Author: Philippe Normand <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp

  Log Message:
  -----------
  [LibWebRTC] alloc-dealloc-mismatch in NetworkRTCMonitor
https://bugs.webkit.org/show_bug.cgi?id=319236

Reviewed by Adrian Perez de Castro.

getifaddrs() allocates its result with malloc(), so freeifaddrs() should be 
used to release that
memory, not the default delete operator.

* Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:
(WebKit::NetworkRTCMonitor::gatherNetworkMap):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to