Bug 244493
| Summary: | RemoteVideoFrameObjectHeapProxyProcessor is using IPC in non-thread-safe manner | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Media | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99273408>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/3768
EWS
Committed 253935@main (07881767d61f): <https://commits.webkit.org/253935@main>
Reviewed commits have been landed. Closing PR #3768 and removing active labels.