Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5aeb186150641b0b0d4f4fd56e53497ed3d139e
https://github.com/WebKit/WebKit/commit/f5aeb186150641b0b0d4f4fd56e53497ed3d139e
Author: Fujii Hironori <[email protected]>
Date: 2026-01-19 (Mon, 19 Jan 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp
Log Message:
-----------
[TestWebKitAPI] WTF_RunLoop.Create: AddressSanitizer detects
heap-use-after-free
https://bugs.webkit.org/show_bug.cgi?id=305680
Reviewed by Kimmo Kinnunen.
ASan complained runLoopThread is already freed for the following test code.
> EXPECT_TRUE(Thread::allThreads().contains(*runLoopThread));
Use a pointer comparison instead.
* Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp:
(TestWebKitAPI::TEST(WTF_RunLoop, Create)):
Canonical link: https://commits.webkit.org/305821@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications