| Group |
Location |
Level |
Code |
Message |
| General Analysis |
flipper.c:58 |
High |
V1031 |
The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected. |
| General Analysis |
flipper.c:59 |
High |
V1031 |
The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected. |
| General Analysis |
flipper.c:59 |
High |
V647 |
The value of 'int' type is assigned to the pointer of 'unsigned long' type. |
| General Analysis |
flipper.c:67 |
High |
V1031 |
The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected. |
| General Analysis |
flipper.c:68 |
High |
V1031 |
The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected. |
| General Analysis |
flipper.c:68 |
High |
V647 |
The value of 'int' type is assigned to the pointer of 'unsigned long' type. |
| General Analysis |
memmgr_heap.c:316 |
Medium |
V547 |
Expression 'pv != NULL' is always true. |
| General Analysis |
memmgr_heap.c:324 |
Medium |
V547 |
Expression 'xSize == 0' is always false. |