Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d46c14cf9008c4385cf0ac7919561b278d047e85
https://github.com/WebKit/WebKit/commit/d46c14cf9008c4385cf0ac7919561b278d047e85
Author: Fujii Hironori <[email protected]>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M Source/WTF/wtf/WTFConfig.h
Log Message:
-----------
REGRESSION(287911@main): [Win] ASSERTION FAILED:
!(*JSC::addressOfJSCConfig()).isPermanentlyFrozen()
https://bugs.webkit.org/show_bug.cgi?id=284793
Unreviewed crash fix for Windows port.
Windows Release & Debug layout tests were crashing after
<https://commits.webkit.org/287911@main>. It added a new config
ReservedByteForAllocationProfilingMode. But, no storage was allocated
for it if USE(SYSTEM_MALLOC). It overwrapped with the storage of
g_wtfConfig.
* Source/WTF/wtf/WTFConfig.h:
Canonical link: https://commits.webkit.org/287926@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes