| Sanitizers/asan.c:5 | Warning: Result of 'calloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'char *' | clang-analyzer-unix.MallocSizeof |
| Sanitizers/asan.c:5 | Note: Result of 'calloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'char *' | |
| Sanitizers/asan.c:7 | Warning: Use of memory after it is freed | clang-analyzer-unix.Malloc |
| Sanitizers/asan.c:5 | Note: Memory is allocated | |
| Sanitizers/asan.c:6 | Note: Memory is released | |
| Sanitizers/asan.c:7 | Note: Use of memory after it is freed | |
| Failures/fpe.c:7 | Warning: unused variable 'unusedVar' | clang-diagnostic-unused-variable |
| Failures/fpe.c:9 | Warning: Division by zero | clang-analyzer-core.DivideZero |
| Failures/fpe.c:5 | Note: 'b' initialized to 0 | |
| Failures/fpe.c:9 | Note: Division by zero | |