...
| Code Block | ||||
|---|---|---|---|---|
| ||||
const size_t String_Size = 20;
struct node_s {
struct node_s* next;
char name[String_Size];
}
struct node_s list[10];
|
Automated Detection
Tool | Version | Checker | Description |
|---|---|---|---|
| Parasoft C/C++test |
|
|
| BD-PB-OVERFWR, SECURITY-12 |
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
const size_t String_Size = 20;
struct node_s {
struct node_s* next;
char name[String_Size];
}
struct node_s list[10];
|
Tool | Version | Checker | Description |
|---|---|---|---|
| Parasoft C/C++test |
|
|
| BD-PB-OVERFWR, SECURITY-12 |
...