You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: