Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 66df0f0c6b9c93cbf5c11a37dda31dcbe7b005b2
https://github.com/WebKit/WebKit/commit/66df0f0c6b9c93cbf5c11a37dda31dcbe7b005b2
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M Source/WebCore/Modules/webaudio/DelayDSPKernel.h
Log Message:
-----------
DelayDSPKernel::m_desiredDelayFrames is uninitialized, causing undefined
behavior in processKRate() when no DelayProcessor is attached
https://bugs.webkit.org/show_bug.cgi?id=320264
rdar://183189398
Reviewed by Chris Dumez.
m_desiredDelayFrames was left uninitialized by both DelayDSPKernel
constructors. processKRate() reads it directly when delayProcessor()
is null, which is undefined behavior.
* Source/WebCore/Modules/webaudio/DelayDSPKernel.h:
Canonical link: https://commits.webkit.org/317951@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications