LineIdCWESeverityMessage
missingIncludeinformationCppcheck cannot find all the include files (use --check-config for details)
src/cJSON.c
98unusedFunction561styleThe function 'cJSON_GetStringValue' is never used.
106unusedFunction561styleThe function 'cJSON_GetNumberValue' is never used.
108invalidFunctionArg628errorInvalid sqrt() argument nr 1. The value is -1 but the valid values are '0.0:'.
119unusedFunction561styleThe function 'cJSON_Version' is never used.
191unusedFunction561styleThe function 'cJSON_InitHooks' is never used.
342unusedFunction561styleThe function 'cJSON_SetNumberHelper' is never used.
355unusedFunction561styleThe function 'cJSON_SetValuestring' is never used.
674nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
674ctunullpointer476warningNull pointer dereference: input_buffer
675nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
680nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
721knownConditionTrueFalse570styleCondition '(input_end-input_pointer)<1' is always false
1027unusedFunction561styleThe function 'cJSON_ParseWithLength' is never used.
1092unusedFunction561styleThe function 'cJSON_Print' is never used.
1100unusedFunction561styleThe function 'cJSON_PrintBuffered' is never used.
1127unusedFunction561styleThe function 'cJSON_PrintPreallocated' is never used.
1260nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1263nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1265nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1270nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1279nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1342unreadVariable563styleVariable 'length' is assigned a value that is never used.
1397nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1400nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1406nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1414nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1419nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1444nullPointerRedundantCheck476warningEither the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer.
1590unusedFunction561styleThe function 'cJSON_GetArraySize' is never used.
1626unusedFunction561styleThe function 'cJSON_GetArrayItem' is never used.
1667unusedFunction561styleThe function 'cJSON_HasObjectItem' is never used.
1724unusedFunction561styleThe function 'cJSON_AddItemToArray' is never used.
1773unusedFunction561styleThe function 'cJSON_AddItemToObject' is never used.
1778unusedFunction561styleThe function 'cJSON_AddItemToObjectCS' is never used.
1782unusedFunction561styleThe function 'cJSON_AddItemReferenceToArray' is never used.
1790unusedFunction561styleThe function 'cJSON_AddItemReferenceToObject' is never used.
1798unusedFunction561styleThe function 'cJSON_AddNullToObject' is never used.
1808unusedFunction561styleThe function 'cJSON_AddTrueToObject' is never used.
1818unusedFunction561styleThe function 'cJSON_AddFalseToObject' is never used.
1828unusedFunction561styleThe function 'cJSON_AddBoolToObject' is never used.
1838unusedFunction561styleThe function 'cJSON_AddNumberToObject' is never used.
1848unusedFunction561styleThe function 'cJSON_AddStringToObject' is never used.
1858unusedFunction561styleThe function 'cJSON_AddRawToObject' is never used.
1868unusedFunction561styleThe function 'cJSON_AddObjectToObject' is never used.
1878unusedFunction561styleThe function 'cJSON_AddArrayToObject' is never used.
1925unusedFunction561styleThe function 'cJSON_DeleteItemFromArray' is never used.
1941unusedFunction561styleThe function 'cJSON_DeleteItemFromObject' is never used.
1945unusedFunction561styleThe function 'cJSON_DeleteItemFromObjectCaseSensitive' is never used.
1950unusedFunction561styleThe function 'cJSON_InsertItemInArray' is never used.
2018unusedFunction561styleThe function 'cJSON_ReplaceItemInArray' is never used.
2045unusedFunction561styleThe function 'cJSON_ReplaceItemInObject' is never used.
2049unusedFunction561styleThe function 'cJSON_ReplaceItemInObjectCaseSensitive' is never used.
2123unusedFunction561styleThe function 'cJSON_CreateStringReference' is never used.
2133unusedFunction561styleThe function 'cJSON_CreateObjectReference' is never used.
2143unusedFunction561styleThe function 'cJSON_CreateArrayReference' is never used.
2186unusedFunction561styleThe function 'cJSON_CreateIntArray' is never used.
2219unusedFunction561styleThe function 'cJSON_CreateFloatArray' is never used.
2252unusedFunction561styleThe function 'cJSON_CreateDoubleArray' is never used.
2285unusedFunction561styleThe function 'cJSON_CreateStringArray' is never used.
2321unusedFunction561styleThe function 'cJSON_Duplicate' is never used.
2440unusedFunction561styleThe function 'cJSON_Minify' is never used.
2481unusedFunction561styleThe function 'cJSON_IsInvalid' is never used.
2489unusedFunction561styleThe function 'cJSON_IsFalse' is never used.
2553unusedFunction561styleThe function 'cJSON_IsRaw' is never used.
2668unusedFunction561styleThe function 'cJSON_malloc' is never used.
2674uselessAssignmentPtrArg398warningAssignment of function parameter has no effect outside the function. Did you forget dereferencing it?
src/csv.c
142memleakOnRealloc401errorCommon realloc mistake: 'csvtok_txt' nulled but not freed upon failure
src/libhttp.c
612unusedFunction561styleThe function 'HTTP_parseheaders' is never used.
619unusedFunction561styleThe function 'HTTP_parserequest' is never used.
629unusedFunction561styleThe function 'HTTP_parsereply' is never used.
test/suite_csvtranscode.c
92nullPointer476warningPossible null pointer dereference: expected