rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

honggfuzz: Update to `2364c12` (latest `master`) #75

Closed ParkMyCar closed 1 year ago

ParkMyCar commented 1 year ago

This PR updates the honggfuzz submodule to https://github.com/google/honggfuzz/commit/2364c124dd59e15842f023884348c36cba94aa4c, which at the time of this PR is the latest commit on master.

The motivation behind the update is to include https://github.com/google/honggfuzz/commit/5a504b49fe829a73b6ea88214d8e4bcf3d103d4f. Currently honggfuzz-rs doesn't work on machines where the libbfd API disassemble_free_target is missing, because of an issue in honggfuzz itself, this bug was fixed in https://github.com/google/honggfuzz/commit/5a504b49fe829a73b6ea88214d8e4bcf3d103d4f.

FWIW I hit this issue when trying to fuzz with Ubuntu 16.04 on an i386 VM, and it looks like someone else has also hit this issue with Debian 10.7 (see https://github.com/google/honggfuzz/issues/472)