Bug 240149 - [Cocoa] QueuedVideoOutput constructor missing nil check
Summary: [Cocoa] QueuedVideoOutput constructor missing nil check
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-05 17:40 PDT by Youssef Soliman
Modified: 2022-05-05 18:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Youssef Soliman 2022-05-05 17:40:16 PDT
In the `QueuedVideoOutput` constructor, a nil check is missing for `m_videoOutput`, causing the GPU process to crash.
Comment 1 Youssef Soliman 2022-05-05 17:44:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/533
Comment 2 Youssef Soliman 2022-05-05 17:49:29 PDT
rdar://89202185
Comment 3 Youssef Soliman 2022-05-05 17:56:33 PDT
rdar://92676179
Comment 4 EWS 2022-05-05 18:29:10 PDT
Committed r293877 (250335@main): <https://commits.webkit.org/250335@main>

Reviewed commits have been landed. Closing PR #533 and removing active labels.