2025-05-10 09:20 ftp://ftp.de.debian.org/debian/pool/main/f/fast-histogram/fast-histogram_0.14.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=python --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j3 platform: Linux-6.8.0-1022-oracle-aarch64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.17.0 head-info: 1bbbc28 (2025-05-10 10:33:09 +0200) count: 74 74 elapsed-time: 0.3 0.3 head-timing-info: old-timing-info: head results: fast_histogram-0.14/fast_histogram/_histogram_core.c:49:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyModuleDef_HEAD_INIT [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:73:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:198:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:362:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:671:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:821:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NPY_DOUBLE [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:997:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] fast_histogram-0.14/fast_histogram/_histogram_core.c:372:5: warning: If memory allocation fails, then there is a possible null pointer dereference: arrays [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:369:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:369:12: note: Assignment 'arrays=(PyArrayObject**)malloc(sizeof(PyArrayObject*)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:372:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:373:9: warning: If memory allocation fails, then there is a possible null pointer dereference: arrays [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:369:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:369:12: note: Assignment 'arrays=(PyArrayObject**)malloc(sizeof(PyArrayObject*)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:373:9: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:443:5: warning: If memory allocation fails, then there is a possible null pointer dereference: dims [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:440:28: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:440:10: note: Assignment 'dims=(npy_intp*)malloc(sizeof(npy_intp)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:443:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:524:5: warning: If memory allocation fails, then there is a possible null pointer dereference: fndim [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:521:27: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:521:11: note: Assignment 'fndim=(double*)malloc(sizeof(double)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:524:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:525:5: warning: If memory allocation fails, then there is a possible null pointer dereference: norms [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:522:27: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:522:11: note: Assignment 'norms=(double*)malloc(sizeof(double)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:525:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:525:16: warning: If memory allocation fails, then there is a possible null pointer dereference: fndim [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:521:27: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:521:11: note: Assignment 'fndim=(double*)malloc(sizeof(double)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:525:16: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:531:5: warning: If memory allocation fails, then there is a possible null pointer dereference: dtypes [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:528:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:528:12: note: Assignment 'dtypes=(PyArray_Descr**)malloc(sizeof(PyArray_Descr*)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:531:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:532:5: warning: If memory allocation fails, then there is a possible null pointer dereference: op_flags [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:529:34: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:529:14: note: Assignment 'op_flags=(npy_uint32*)malloc(sizeof(npy_uint32)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:532:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:602:5: warning: If memory allocation fails, then there is a possible null pointer dereference: stride [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:600:25: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:600:12: note: Assignment 'stride=(int*)malloc(sizeof(int)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:602:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1007:5: warning: If memory allocation fails, then there is a possible null pointer dereference: arrays [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:12: note: Assignment 'arrays=(PyArrayObject**)malloc(sizeof(PyArrayObject*)*(ndim+1))', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1007:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1008:9: warning: If memory allocation fails, then there is a possible null pointer dereference: arrays [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:12: note: Assignment 'arrays=(PyArrayObject**)malloc(sizeof(PyArrayObject*)*(ndim+1))', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1008:9: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1013:3: warning: If memory allocation fails, then there is a possible null pointer dereference: arrays [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:12: note: Assignment 'arrays=(PyArrayObject**)malloc(sizeof(PyArrayObject*)*(ndim+1))', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1013:3: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1014:7: warning: If memory allocation fails, then there is a possible null pointer dereference: arrays [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1004:12: note: Assignment 'arrays=(PyArrayObject**)malloc(sizeof(PyArrayObject*)*(ndim+1))', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1014:7: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1081:5: warning: If memory allocation fails, then there is a possible null pointer dereference: dims [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1078:28: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1078:10: note: Assignment 'dims=(npy_intp*)malloc(sizeof(npy_intp)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1081:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1162:5: warning: If memory allocation fails, then there is a possible null pointer dereference: fndim [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1159:27: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1159:11: note: Assignment 'fndim=(double*)malloc(sizeof(double)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1162:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1163:5: warning: If memory allocation fails, then there is a possible null pointer dereference: norms [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1160:27: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1160:11: note: Assignment 'norms=(double*)malloc(sizeof(double)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1163:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1163:16: warning: If memory allocation fails, then there is a possible null pointer dereference: fndim [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1159:27: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1159:11: note: Assignment 'fndim=(double*)malloc(sizeof(double)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1163:16: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1169:5: warning: If memory allocation fails, then there is a possible null pointer dereference: dtypes [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1166:36: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1166:12: note: Assignment 'dtypes=(PyArray_Descr**)malloc(sizeof(PyArray_Descr*)*(ndim+1))', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1169:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1170:5: warning: If memory allocation fails, then there is a possible null pointer dereference: op_flags [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1167:34: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1167:14: note: Assignment 'op_flags=(npy_uint32*)malloc(sizeof(npy_uint32)*(ndim+1))', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1170:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:1240:5: warning: If memory allocation fails, then there is a possible null pointer dereference: stride [nullPointerOutOfMemory] fast_histogram-0.14/fast_histogram/_histogram_core.c:1238:25: note: Assuming allocation function fails fast_histogram-0.14/fast_histogram/_histogram_core.c:1238:12: note: Assignment 'stride=(int*)malloc(sizeof(int)*ndim)', assigned value is 0 fast_histogram-0.14/fast_histogram/_histogram_core.c:1240:5: note: Null pointer dereference fast_histogram-0.14/fast_histogram/_histogram_core.c:162:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:312:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:313:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:515:19: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:622:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:782:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:783:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:944:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:945:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:946:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:1153:19: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:1260:15: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:1270:13: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] fast_histogram-0.14/fast_histogram/_histogram_core.c:452:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:452:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:468:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:468:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:485:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:485:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:500:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:500:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:530:12: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:530:12: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:540:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:540:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:562:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:562:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:601:12: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:601:12: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:605:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:605:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:619:16: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:619:16: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:642:12: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:441:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:642:12: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1090:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1090:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1106:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1106:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1123:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1123:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1138:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1138:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1168:12: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1168:12: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1178:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1178:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1200:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1200:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1239:12: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1239:12: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1243:14: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1243:14: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1257:16: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1257:16: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:1283:12: style: Local variable 'i' shadows outer variable [shadowVariable] fast_histogram-0.14/fast_histogram/_histogram_core.c:1079:7: note: Shadowed declaration fast_histogram-0.14/fast_histogram/_histogram_core.c:1283:12: note: Shadow variable fast_histogram-0.14/fast_histogram/_histogram_core.c:68:13: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:68:25: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:197:13: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:197:25: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:355:13: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:355:25: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:670:13: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:670:25: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:820:13: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:820:25: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:990:13: style: Variable 'strideptr' can be declared as pointer to const [constVariablePointer] fast_histogram-0.14/fast_histogram/_histogram_core.c:990:25: style: Variable 'innersizeptr' can be declared as pointer to const [constVariablePointer] diff: DONE