rust-fuzz / libfuzzer

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

Fix minor build.rs issues w.r.t. custom libfuzzer paths #103

Closed addisoncrump closed 1 year ago

addisoncrump commented 1 year ago

Makes libfuzzer_sys rebuild if the custom libfuzzer path changes and use the correct lib name if the library is double-prefixed ("liblib").

addisoncrump commented 1 year ago

Wow, that was fast! :grin:

fitzgen commented 1 year ago

Heh no problem. Looks like this needs a cargo fmt.

addisoncrump commented 1 year ago

Yup, was editing in a simple text editor while I was working with something. Should be good now.