microsoft / onefuzz

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

Deserialize the coverage files directly into the output files #3420

Closed chkeita closed 1 year ago

chkeita commented 1 year ago

The Coverage is loading the output of the coverage in memory before writing it to the output file. This could cause an increase in memory consumption.

AB#164560