stedolan / crowbar

Property fuzzing for OCaml
MIT License
183 stars 28 forks source link

Replace in_channel with Unix fd (followon #11) #12

Closed yomimono closed 6 years ago

yomimono commented 6 years ago

As suggested in https://github.com/stedolan/ocaml-afl-persistent/pull/1 . This seems to be a bit less resource-hungry; the fpath test with afl-fuzz's default memory limit and default GC behavior no longer gets a spurious crash early in the run with this patch on my 4.06.0+beta2 switch, at least.

stedolan commented 6 years ago

I unnecessarily broke this pullrq by clicking "rebase & merge" on #11 instead of "merge" :(