Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1d9dbbef71331e403a6c691d698496672218816e
https://github.com/WebKit/WebKit/commit/1d9dbbef71331e403a6c691d698496672218816e
Author: Pratiksha Choudhury <[email protected]>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp
Log Message:
-----------
Nullptr crash in MediaRecorder::requestDataInternal()
https://bugs.webkit.org/show_bug.cgi?id=288989
rdar://144407606
Reviewed by Jean-Yves Avenard.
Added a nullptr check for buffer object. As per W3C spec, the blob can be empty
if no data is gathered.
We do not have reliable test script to repro this edge case race condition.
* Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp:
(WebCore::MediaRecorder::requestDataInternal):
Canonical link: https://commits.webkit.org/291974@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes