mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-09 11:58:36 +00:00
Block sizes weren't checked against the file length, so truncated files made the decompression threads read off the mapping. Validate framing (u32 size + payload) before the mapping and threads exist; also reject zero-stream or empty files.