freertos-example-llvm - scan-build results

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 Summary

Bug TypeQuantityDisplay?
All Bugs8
Logic error
Assigned value is garbage or undefined1
Dereference of null pointer1
Division by zero1
Memory error
Double free2
Memory leak1
Use-after-free2

Reports

Bug Group Bug Type ▾ File Function/Method Line Path Length
Logic errorAssigned value is garbage or undefinedmemory_leak_examples.cexample_access_garbage316View Report
Logic errorDereference of null pointerbuiltin_scanbuild_examples.cexample_operate_on_pointer113View Report
Logic errorDivision by zerobuiltin_scanbuild_examples.cexample_divide_by_zero183View Report
Memory errorDouble freememory_leak_examples.cexample_malloc_free113View Report
Memory errorDouble freememory_leak_examples.cexample_use_after_free658View Report
Memory errorMemory leakmemory_leak_examples.cexample_memory_leak478View Report
Memory errorUse-after-freememory_leak_examples.cexample_malloc_free165View Report
Memory errorUse-after-freememory_leak_examples.cexample_use_after_free689View Report