Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55a08bb37494eb87f9e38396b7fc57b8b38a1050
https://github.com/WebKit/WebKit/commit/55a08bb37494eb87f9e38396b7fc57b8b38a1050
Author: Youenn Fablet <[email protected]>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
A LayoutTests/webrtc/audio-replace-track-to-webaudio-expected.txt
A LayoutTests/webrtc/audio-replace-track-to-webaudio.html
M
Source/WebCore/platform/mediastream/mac/RealtimeOutgoingAudioSourceCocoa.cpp
Log Message:
-----------
RealtimeOutgoingAudioSourceCocoa::pullAudioData should check for its buffer
size before trying to grow it
rdar://171286464
https://bugs.webkit.org/show_bug.cgi?id=308967
Reviewed by Eric Carlson.
Vector::growImpl checks that the new size is above the current size and asserts
if not the case.
We add a similar check at call site.
Canonical link: https://commits.webkit.org/308543@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications