microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windows-interceptor.lst is \stale, broken, or both

bkcodepoet opened this issue · comments

Information

windows-interceptor.lst contains the following as an exclusion:
! *\llvm-project\compiler-rt*

But in reality, the path getting hit in coverage data seems to be:
\llvm\compiler-rt\

There other other entries in the list which look correct, and don't seem to be working at all, such as:
! *\vctools\crt*

So I believe:
a) the list is stale and needs scrubbing
b) the list isn't working, at all

  • Onefuzz version:
  • OS: Windows

Provide detailed reproduction steps (if any)

Expected result

What is the expected result of the above steps?

Actual result

What is the actual result of the above steps?

AB#166291