Settings for command heap-analysis-helper
\n\n
Setting heap-analysis-helper.check_free_null
Type: bool
Default: False
Description:
Break execution when a free(NULL) is encountered
Setting heap-analysis-helper.check_double_free
Type: bool
Default: True
Description:
Break execution when a double free is encountered
Setting heap-analysis-helper.check_weird_free
Type: bool
Default: True
Description:
Break execution when free() is called against a non-tracked pointer
Setting heap-analysis-helper.check_uaf
Type: bool
Default: True
Description:
Break execution when a possible Use-after-Free condition is found
Setting heap-analysis-helper.check_heap_overlap
Type: bool
Default: True
Description:
Break execution when a possible overlap in allocation is found