You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
917 B

---
title: "Biabduction"
description: "This analysis deals with a range of issues, many linked to memory safety."
---
This analysis deals with a range of issues, many linked to memory safety.
Activate with `--biabduction`.
Supported languages:
- C/C++/ObjC: Yes
- Java: Yes
Read more about its foundations in the [Separation Logic and Biabduction page](separation-logic-and-bi-abduction).
## List of Issue Types
The following issue types are reported by this checker:
- [EMPTY_VECTOR_ACCESS](all-issue-types#empty_vector_access)
- [IVAR_NOT_NULL_CHECKED](all-issue-types#ivar_not_null_checked)
- [NULL_DEREFERENCE](all-issue-types#null_dereference)
- [PARAMETER_NOT_NULL_CHECKED](all-issue-types#parameter_not_null_checked)
- [PREMATURE_NIL_TERMINATION_ARGUMENT](all-issue-types#premature_nil_termination_argument)
- [RESOURCE_LEAK](all-issue-types#resource_leak)
- [RETAIN_CYCLE](all-issue-types#retain_cycle)