Bug 265980

Summary: [IPC] GPUProcessConnection::messageReceiverMap() isn't thread-safe
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: WebKit2Assignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: NEW    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Jean-Yves Avenard [:jya]
Reported 2023-12-06 20:42:10 PST
GPUProcessConnection::messageReceiverMap() isn't thread-safe, you can't add new MessageReceiver concurrently It needs to be protected by a lock/mutex and the MessageReceiverMap should no longer be accessed directly.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-06 20:42:30 PST
Jean-Yves Avenard [:jya]
Comment 2 2023-12-06 21:26:49 PST
Note You need to log in before you can comment on or make changes to this bug.