I'm not sure if this affects other projects, but the fuzz introspector reports for NSS contain duplicate fuzzer. Under the section "Fuzzer details", quickder and /src/nss/out/Debug/../../fuzz/targets/quickder.cc is listed for example.
We tried to fix this from our side by removing the out/ directory after the build, but this unfortunately doesn't seem to fix it. Any ideas as to why the full-path shows up as a fuzzer too?
I'm not sure if this affects other projects, but the fuzz introspector reports for NSS contain duplicate fuzzer. Under the section "Fuzzer details",
quickderand/src/nss/out/Debug/../../fuzz/targets/quickder.ccis listed for example.We tried to fix this from our side by removing the
out/directory after the build, but this unfortunately doesn't seem to fix it. Any ideas as to why the full-path shows up as a fuzzer too?