Files
WAFER/crates/core
ok 48769aef6e Fix ALLOCATE/RESIZE size validation — memory suite now passes
ALLOCATE and RESIZE with size -1 (0xFFFFFFFF) were "succeeding" because
wrapping arithmetic made the block size tiny. Added early rejection for
sizes exceeding half the available memory.

Memory suite: 2→0 errors. Now 4 suites pass (Core, Facility, Memory).
2026-04-08 12:27:33 +02:00
..