Initial release

This commit is contained in:
civ
2026-08-16 18:33:03 +07:00
commit 7ade4e1152
1966 changed files with 412966 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Fixed-crash regression seeds
Inputs that once crashed a fuzz harness and now must not. Re-run after changes:
./build-fuzz/fuzz/fuzz_dinodata fuzz/crashes-fixed/
- `dinodata-shape-overflow` — a `.dinodata` header whose shape dims multiply to
an enormous element count; the loader used to `vector::resize` it and throw
`std::length_error`. Fixed by an overflow-checked element-count cap in
`trellis2_load_dinodata`.