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.dinodataheader whose shape dims multiply to an enormous element count; the loader used tovector::resizeit and throwstd::length_error. Fixed by an overflow-checked element-count cap intrellis2_load_dinodata.