[webkit-changes] [WebKit/WebKit] 5aa139: Fix assertion failure in pas_enumerator_create due...
David Degazio
noreply at github.com
Fri Mar 15 12:11:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5aa139649dd7649acd4451228d56cc0ea8b0e8c9
https://github.com/WebKit/WebKit/commit/5aa139649dd7649acd4451228d56cc0ea8b0e8c9
Author: David Degazio <d_degazio at apple.com>
Date: 2024-03-15 (Fri, 15 Mar 2024)
Changed paths:
M Source/bmalloc/libpas/src/libpas/pas_enumerator_region.h
Log Message:
-----------
Fix assertion failure in pas_enumerator_create due to wrong alignment
https://bugs.webkit.org/show_bug.cgi?id=270993
rdar://124562475
Reviewed by Yusuke Suzuki.
In pas_enumerator_create, we assert that the payload of a pas_enumerator_region
is aligned to PAS_INTERNAL_MIN_ALIGN. This patch adds that alignment requirement
to the type definition of pas_enumerator_region so we always respect this
requirement.
* Source/bmalloc/libpas/src/libpas/pas_enumerator_region.h:
Canonical link: https://commits.webkit.org/276187@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list