Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: edcec34a35be685ed1f55b8aca13b88726f0b405
https://github.com/WebKit/WebKit/commit/edcec34a35be685ed1f55b8aca13b88726f0b405
Author: Fujii Hironori <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M Source/WTF/wtf/IntervalSet.h
Log Message:
-----------
WTF::IntervalSet : AddressSanitizer: invalid alignment requested in
aligned_alloc
https://bugs.webkit.org/show_bug.cgi?id=305682
Reviewed by Dan Hecht.
WTF::IntervalSet allocated a node with the following code:
> fastAlignedMalloc(cpuCacheLineSize, sizeof(NodeType))
ASan complained the size is not multiple of alignment. Use targetNodeSize for
the size.
* Source/WTF/wtf/IntervalSet.h:
(WTF::IntervalSet::allocNode):
Canonical link: https://commits.webkit.org/305994@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications