Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 129b0c617014dd7d65ffc0ce6ef960595d4b0dbd
https://github.com/WebKit/WebKit/commit/129b0c617014dd7d65ffc0ce6ef960595d4b0dbd
Author: Geoffrey Garen <[email protected]>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M Source/JavaScriptCore/tools/HeapVerifier.h
M Source/WTF/wtf/StackShot.h
M Source/WebCore/css/CSSSelectorList.cpp
M Source/WebCore/css/CSSSelectorList.h
M Source/WebCore/css/StyleRule.cpp
M Source/WebCore/css/StyleRule.h
M Source/WebCore/platform/audio/DynamicsCompressor.cpp
Log Message:
-----------
Prepare for -Wunsafe-buffer-usage-in-unique-ptr-array-access
https://bugs.webkit.org/show_bug.cgi?id=302672
rdar://164920989
Reviewed by Chris Dumez and David Kilzer.
This is a new warning, so skip existing failures for now; we can burn them
down later.
* Source/JavaScriptCore/tools/HeapVerifier.h:
(JSC::HeapVerifier::currentCycle):
(JSC::HeapVerifier::cycleForIndex):
* Source/WTF/wtf/StackShot.h:
(WTF::StackShot::operator=):
(WTF::StackShot::operator== const):
(WTF::StackShot::hash const):
* Source/WebCore/css/CSSSelectorList.cpp:
(WebCore::CSSSelectorList::CSSSelectorList):
(WebCore::CSSSelectorList::makeCopyingSimpleSelector):
(WebCore::CSSSelectorList::makeCopyingComplexSelector):
(WebCore::CSSSelectorList::makeJoining):
* Source/WebCore/css/CSSSelectorList.h:
(WebCore::CSSSelectorList::selectorAt const):
* Source/WebCore/css/StyleRule.cpp:
(WebCore::StyleRule::createForSplitting):
* Source/WebCore/css/StyleRule.h:
(WebCore::StyleRule::compiledSelectorForListIndex const):
* Source/WebCore/platform/audio/DynamicsCompressor.cpp:
(WebCore::DynamicsCompressor::process):
Canonical link: https://commits.webkit.org/303153@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications