Harden binary stream overlapping writes

This commit is contained in:
2026-06-02 17:35:00 +02:00
parent 06a44705d0
commit 9759abde44
4 changed files with 50 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ Gate:
Goal: split libraries while keeping current app behavior.
Status: started. `pp_foundation` exists with binary stream utilities and
boundary/overread tests. It also owns strict decimal `uint32` parsing used by
boundary/overread/overlapping-write tests. It also owns strict decimal `uint32` parsing used by
`pano_cli`, with rejection tests for empty, signed, mixed, and overflowing
input. A synchronous event dispatcher, structured logging facade, bounded FIFO
task queue, and deterministic `TraceRecorder` now record