Skip to content

Commit 9050e03

Browse files
State that the legend will only get printed when the ASan report gets printed
1 parent d68366d commit 9050e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following table lists the options for the AddressSanitizer. Enable them via
4545
|`poison_heap` | `true` | If `true`, poison the heap memory on allocation and deallocation. `false` is useful for benchmarking the allocator or instrumentator.|
4646
|`poison_partial` | `true` | If `true`, poison partially addressable 8-byte aligned words. This flag affects heap and global buffers, but not stack buffers.|
4747
|`print_cmdline` | `false` | Print the command line on crash. With `continue_on_error` set >= 1, prints the current working directory and is `UTF-16` aware.|
48-
|`print_legend` | `true` | If `true`, print the shadow memory map legend. |
48+
|`print_legend` | `true` | If `true`, print the shadow memory map legend to accompany the ASan report. |
4949
|`print_stats`| `false` | If `true`, print allocator stats after printing ASan report. |
5050
|`print_summary` | `true` | If `false`, disables showing error summaries that accompany error reports.|
5151
|`quarantine_size_mb` | -1 | Size (in Mb) of quarantine used to detect `use-after-free` errors. A lower value may increase the chance of false negatives.|

0 commit comments

Comments
 (0)