mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-19 14:23:33 -04:00
24737546d3
* 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
Quickstart
> cargo install honggfuzz
> cargo hfuzz run arrayish
When a crash is found:
> cargo hfuzz run-debug arrayish hfuzz_workspace/arrayish/*.fuzz