RESOLVED FIXED244493
RemoteVideoFrameObjectHeapProxyProcessor is using IPC in non-thread-safe manner
https://bugs.webkit.org/show_bug.cgi?id=244493
Summary RemoteVideoFrameObjectHeapProxyProcessor is using IPC in non-thread-safe manner
Kimmo Kinnunen
Reported 2022-08-29 05:34:42 PDT
RemoteVideoFrameObjectHeapProxyProcessor is using IPC in non-thread-safe manner - Connection::UniqueID is not thread-safe and should not be used. Code should be moved away from UniqueID. - Connection::addWorkQueueMessageReceiver() cannot be called from the constructor
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-29 05:35:22 PDT
Kimmo Kinnunen
Comment 2 2022-08-29 05:37:27 PDT
EWS
Comment 3 2022-08-29 23:17:57 PDT
Committed 253935@main (07881767d61f): <https://commits.webkit.org/253935@main> Reviewed commits have been landed. Closing PR #3768 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.