2026-01-13 10:20:10 +01:00
|
|
|
// cppcheck is wrong this is correct usage
|
2026-05-10 23:44:16 +02:00
|
|
|
syntaxError:main.c:410
|
|
|
|
|
syntaxError:main.c:413
|
2026-01-13 10:20:10 +01:00
|
|
|
|
|
|
|
|
// cppcheck is missing the code adds a \0 at the previous location.
|
2026-05-10 23:44:16 +02:00
|
|
|
knownConditionTrueFalse:main.c:1123
|
|
|
|
|
redundantAssignment:main.c:1122
|
2026-01-13 10:20:10 +01:00
|
|
|
|
|
|
|
|
// Skip all memory issues since they should be handled by ivl_alloc.h
|
|
|
|
|
memleakOnRealloc
|
|
|
|
|
nullPointerArithmeticOutOfMemory
|
|
|
|
|
nullPointerOutOfMemory
|
|
|
|
|
|
|
|
|
|
// Errors/limitations in the generated yacc and lex files
|
|
|
|
|
duplicateBreak:cflexor.lex
|
|
|
|
|
constVariablePointer:cfparse.y
|
|
|
|
|
memleakOnRealloc:cfparse.y
|
|
|
|
|
allocaCalled:cfparse.c
|
|
|
|
|
constParameterPointer:cfparse.c
|
|
|
|
|
constVariablePointer:cfparse.c
|
|
|
|
|
knownConditionTrueFalse:cfparse.c
|
|
|
|
|
sizeofwithnumericparameter:cfparse.c
|
|
|
|
|
constVariablePointer:<stdout>
|
2026-05-10 23:44:16 +02:00
|
|
|
duplicateBreak:<stdout>
|
2026-01-13 10:20:10 +01:00
|
|
|
nullPointer:<stdout>
|
|
|
|
|
redundantInitialization:<stdout>
|
|
|
|
|
staticFunction:<stdout>
|
|
|
|
|
syntaxError:<stdout>
|
|
|
|
|
unusedFunction:<stdout>
|