Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 033a23407011c8c31ac1a5a3fe735e49933f10ad
      
https://github.com/WebKit/WebKit/commit/033a23407011c8c31ac1a5a3fe735e49933f10ad
  Author: Charlie Wolfe <[email protected]>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp

  Log Message:
  -----------
  Fix potential thread safety issue in 
`NetworkProcessProxy::sendCreationParametersToNewProcess`
https://bugs.webkit.org/show_bug.cgi?id=295075
rdar://154440502

Reviewed by Chris Dumez.

I noticed this while investigating rdar://154344286. If 
sendCreationParametersToNewProcess is not called
on the main thread and we use callOnMainRunLoopAndWait to ensure it is, then we 
need to return afterward.

* Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp:
(WebKit::NetworkProcessProxy::sendCreationParametersToNewProcess):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to