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.
19 lines
469 B
19 lines
469 B
5 years ago
|
---
|
||
|
title: "Buffer Overrun Analysis (InferBO)"
|
||
|
description: "InferBO is a detector for out-of-bounds array accesses."
|
||
|
---
|
||
|
|
||
|
InferBO is a detector for out-of-bounds array accesses.
|
||
|
|
||
|
Activate with `--bufferoverrun`.
|
||
|
|
||
|
Supported languages:
|
||
|
- C/C++/ObjC: Yes
|
||
|
- Java: Yes
|
||
|
|
||
|
You can read about its origins in this [blog post](https://research.fb.com/inferbo-infer-based-buffer-overrun-analyzer/).
|
||
|
|
||
|
## List of Issue Types
|
||
|
|
||
|
The following issue types are reported by this checker:
|