Error during Fuzzing (Honggfuzz) undefined reference to '__sanitizer_cov_trace_

I want to fuzz my project (developed under rust), but when I run this command cargo hfuzz run myProject . it show following error.
error: linking with cc failed: exit code: 1
note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/home/saarshah/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib"
.
.
.
.
undefined reference to '__sanitizer_cov_trace_div4'
collect2: error: ld returned 1 exit status
Any help to how to fuzz my project...

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.