Files
third_party_rust_tinyvec/fuzz
Sergey "Shnatsel" Davidoff 24737546d3 Expand fuzzing coverage (#95)
* Also cover reserve, reserve_exact and shrink_to_fit by fuzzing. SmallVec had a use-after-free bug in shrink_to_fit inlining so we'd better test this

* Also test extend_from_slice on tinyvec and arrayvec
2020-07-31 21:04:57 +02:00
..
2020-07-31 21:04:57 +02:00

Quickstart

> cargo install honggfuzz
> cargo hfuzz run arrayish

When a crash is found:

> cargo hfuzz run-debug arrayish hfuzz_workspace/arrayish/*.fuzz