Bug 304049
| Summary: | RemoteMediaSessionManagerProxy inherits ThreadSafeRefCounted from 2 base classes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Media | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
RemoteMediaSessionManagerProxy inherits ThreadSafeRefCounted from 2 base classes (WebCore::REMOTE_MEDIA_SESSION_MANAGER_BASE_CLASS and WebCore::AudioSession when USE(AUDIO_SESSION) (which is true for Cocoa ports). This is not safe and could lead to use-after-free bugs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/55296
EWS
Committed 304350@main (a6f27ff8617c): <https://commits.webkit.org/304350@main>
Reviewed commits have been landed. Closing PR #55296 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/166369235>