DescriptionChange the default options for the official ASan build:
- remove quarantine_size, which is too greedy compared to the default value
(this may result in less UAFs caught by ASan, but is very unlikely. ClusterFuzz uses the default setting)
- temporarily set malloc_content_size=5 to avoid the enourmous growth of the stack trace repository
(this will result in less memory footprint and shorter stacks for heap allocations printed in the reports.
However we don't care much about the quality of ASan reports on the client side right now).
BUG=address-sanitizer:177
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194555
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|