Parent: #137 Fuzz inputs to FFI functions using cargo-fuzz or libFuzzer to discover crash-inducing inputs. ## Acceptance Criteria - [ ] Fuzz targets defined for high-risk FFI functions (pointer-heavy, string inputs) - [ ] Fuzzer runs for a defined corpus size in CI (or on-demand) - [ ] Any crashes found are converted into regression tests - [ ] Documented how to run fuzzing locally - [ ] Fuzzing corpus stored and can be extended
Parent: #137
Fuzz inputs to FFI functions using cargo-fuzz or libFuzzer to discover crash-inducing inputs.
Acceptance Criteria