Skip to content

Settings for command heap-analysis-helper

check_free_null

Name heap-analysis-helper.check_free_null

Type bool

DefaultValue: False

Description Break execution when a free(NULL) is encountered

check_double_free

Name heap-analysis-helper.check_double_free

Type bool

DefaultValue: True

Description Break execution when a double free is encountered

check_weird_free

Name heap-analysis-helper.check_weird_free

Type bool

DefaultValue: True

Description Break execution when free() is called against a non-tracked pointer

check_uaf

Name heap-analysis-helper.check_uaf

Type bool

DefaultValue: True

Description Break execution when a possible Use-after-Free condition is found

check_heap_overlap

Name heap-analysis-helper.check_heap_overlap

Type bool

DefaultValue: True

Description Break execution when a possible overlap in allocation is found