microsoft / onefuzz

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

Code coverage allow list and modules should be case insensitive on Windows #3525

Closed tevoinea closed 11 months ago

tevoinea commented 11 months ago

Information

Provide detailed reproduction steps (if any)

Paths on Windows are not case sensitive, thus we should not be case sensitive when when evaluating coverage allow list for source or modules.

On Linux, the behavior should not change.

AB#166580