rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
208 stars 44 forks source link

Early exit when given too few bytes for the `Arbitrary` impl #60

Closed fitzgen closed 4 years ago

fitzgen commented 4 years ago

Fixes #59

fitzgen commented 4 years ago

Published 0.3.1 with this fix.