Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0816379351c30372d8d8001336dc65e93e76ef93
https://github.com/WebKit/WebKit/commit/0816379351c30372d8d8001336dc65e93e76ef93
Author: Philippe Normand <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WebCore/platform/audio/FFTFrame.h
M Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp
Log Message:
-----------
[GStreamer] clang-22 unsafe-buffer-usage-in-unique-ptr-array-access warnings
https://bugs.webkit.org/show_bug.cgi?id=309980
Reviewed by Xabier Rodriguez-Calvar.
Store the FFT complex numbers in a Vector instead of a std::unique_ptr.
* Source/WebCore/platform/audio/FFTFrame.h:
* Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:
(WebCore::FFTFrame::FFTFrame):
(WebCore::FFTFrame::doFFT):
(WebCore::FFTFrame::doInverseFFT):
Canonical link: https://commits.webkit.org/309309@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications