microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

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

Closed bkcodepoet closed 11 months ago

bkcodepoet commented 11 months ago

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

Provide detailed reproduction steps (if any)

1. 2. 3.

Expected result

What is the expected result of the above steps?

Actual result

What is the actual result of the above steps?

AB#166291