Files
hakmem/core
Moe Charm (CI) f3f75ba3da Fix magazine spill RAW pointer type conversion for Headerless mode
Problem: bulk_mag_to_sll_if_room() was passing raw pointers directly to
tls_sll_push() without HAK_BASE_FROM_RAW() conversion, causing memory
corruption in Headerless mode where pointer arithmetic expectations differ.

Solution: Add HAK_BASE_FROM_RAW() wrapper before passing to tls_sll_push()

Verification:
- cfrac: PASS (Headerless ON/OFF)
- sh8bench: PASS (Headerless ON/OFF)
- No regressions in existing tests

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 15:30:28 +09:00
..
2025-11-11 21:49:05 +09:00