Details
Details
Diff Detail
Diff Detail
Event Timeline
include/sanitizer/coverage_interface.h | ||
---|---|---|
67 | Is this really what you want? |
include/sanitizer/coverage_interface.h | ||
---|---|---|
67 | I don't have a separate counter for the length at this point. I'm using the same counter that is already available because I don't want to add more synchronization. Quite easy to add though. WDYT? |
Is this really what you want?
Why do you need to reset the entire coverage just to rest the pc_buffer?
Sounds like an overkill.