[webkit-changes] [WebKit/WebKit] bd5d32: Crash under IPC::Connection::setOutgoingMessageQue...

Chris Dumez noreply at github.com
Thu Aug 10 12:33:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bd5d32f902e12b75a8c2f4d94fccabcb4a08ac55
      https://github.com/WebKit/WebKit/commit/bd5d32f902e12b75a8c2f4d94fccabcb4a08ac55
  Author: Chris Dumez <cdumez at apple.com>
  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




More information about the webkit-changes mailing list