rust-fuzz / libfuzzer

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

Register a custom panic hook calling process::abort() #32

Closed PaulGrandperrin closed 6 years ago

PaulGrandperrin commented 6 years ago

closes #31

nagisa commented 6 years ago

Okay, so lets do this, but I want one change to be made before we land this: add a FIXME with a link to an issue which would remind us to reevaluate this… hack… when cargo fixes its --panic=abort interaction with procedural macros.

PaulGrandperrin commented 6 years ago

I guess we should also reopen this issue: https://github.com/rust-lang/cargo/issues/2738

PaulGrandperrin commented 6 years ago

I opened an issue on cargo and referenced it in the code. if it's ok, you can merge.

nagisa commented 6 years ago

Thanks!