Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bd5d32f902e12b75a8c2f4d94fccabcb4a08ac55
https://github.com/WebKit/WebKit/commit/bd5d32f902e12b75a8c2f4d94fccabcb4a08ac55
Author: Chris Dumez <[email protected]>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp
Log Message:
-----------
Crash under
IPC::Connection::setOutgoingMessageQueueIsGrowingLargeCallback()'s lambda
https://bugs.webkit.org/show_bug.cgi?id=260033
Reviewed by Brent Fulgham.
The lambda may get called off the main thread, make sure we dispatch back to
the main
thread before using the NetworkProcess object.
* Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:
(WebKit::m_allowTestOnlyIPC):
Canonical link: https://commits.webkit.org/266773@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes