Commit Graph

5 Commits

Author SHA1 Message Date
0aef3506b6 str: drop argument checks no caller can trip
sinit's nil and negative-length tests and stoutf's zero-size test only
had test callers; every real caller passes a buffer and its size. The
len > n check after fullrune succeeded could never fire.
2026-08-16 18:36:40 +09:00
bfe83d0119 fix(data): reject partial and malformed map data 2026-08-14 23:09:55 +09:00
103f2ec448 fix: harden small core containers 2026-08-12 15:54:16 +09:00
e70278a3d2 fix core text and map ownership 2026-08-11 19:32:58 +09:00
dcd1147638 first commit 2025-12-23 20:21:56 +09:00