Working Directory: | /interrupt/example/freertos-example-llvm |
---|---|
Command Line: | make |
Clang Version: | clang version 10.0.0 |
Date: | Tue May 19 19:01:56 2020 |
Bug Type | Quantity | Display? |
All Bugs | 8 | |
Logic error | ||
---|---|---|
Assigned value is garbage or undefined | 1 | |
Dereference of null pointer | 1 | |
Division by zero | 1 | |
Memory error | ||
Double free | 2 | |
Memory leak | 1 | |
Use-after-free | 2 |
Bug Group | Bug Type ▾ | File | Function/Method | Line | Path Length | |
Logic error | Assigned value is garbage or undefined | memory_leak_examples.c | example_access_garbage | 31 | 6 | View Report |
Logic error | Dereference of null pointer | builtin_scanbuild_examples.c | example_operate_on_pointer | 11 | 3 | View Report |
Logic error | Division by zero | builtin_scanbuild_examples.c | example_divide_by_zero | 18 | 3 | View Report |
Memory error | Double free | memory_leak_examples.c | example_malloc_free | 11 | 3 | View Report |
Memory error | Double free | memory_leak_examples.c | example_use_after_free | 65 | 8 | View Report |
Memory error | Memory leak | memory_leak_examples.c | example_memory_leak | 47 | 8 | View Report |
Memory error | Use-after-free | memory_leak_examples.c | example_malloc_free | 16 | 5 | View Report |
Memory error | Use-after-free | memory_leak_examples.c | example_use_after_free | 68 | 9 | View Report |