Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f8fe1f33f2c4413f1fd874891f2d4a674c5e61e0
https://github.com/WebKit/WebKit/commit/f8fe1f33f2c4413f1fd874891f2d4a674c5e61e0
Author: Vassili Bykov <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
Log Message:
-----------
Use a unique location label for checkStackPointerAlignment in cCall3
https://bugs.webkit.org/show_bug.cgi?id=304499
rdar://166884088
Reviewed by Mark Lam.
The cCall3() macro in LowLevelInterpreter64.asm does checkStackPointerAlignment
with the
same location label (0xbad0c004) as cCall4(). The label should be unique to
unambiguously
identify the location if a failure happens.
Testing: no changes to logic, covered by existing tests.
Canonical link: https://commits.webkit.org/304760@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications