[webkit-changes] [WebKit/WebKit] 926c05: Fix NetworkRTCMonitor gatherNetworkMap
youennf
noreply at github.com
Tue Jul 30 16:47:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 926c05cb3c2a6cb7804f902b8680050d11a59e37
https://github.com/WebKit/WebKit/commit/926c05cb3c2a6cb7804f902b8680050d11a59e37
Author: Youenn Fablet <youenn at apple.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp
Log Message:
-----------
Fix NetworkRTCMonitor gatherNetworkMap
https://bugs.webkit.org/show_bug.cgi?id=277329
rdar://132591641
Reviewed by Chris Dumez.
The utf8 string may be deallocated before the span, we are now using the span within RTCNetwork constructor.
I also use more spans to reduce string allocation.
* Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:
(WebKit::gatherNetworkMap):
Canonical link: https://commits.webkit.org/281618@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list