Skip to content

CPPCHECK Fix for non printf errors

TheoniJ requested to merge cppcheck_2023_wk06_part1 into develop

CPPCheck Fix Split of MRs

Following CPPCheck errors are fixed
- nullPointerRedundantCheck
- uninitvar
- incorrectStringBooleanError
- memleak
- nullPointerRedundantCheck
- negativeIndex
- nullPointerArithmeticRedundantCheck

Merge request reports