2022-06-24 16:15 ftp://ftp.de.debian.org/debian/pool/main/p/python-zstd/python-zstd_1.5.2.5.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j1 platform: Linux-5.4.0-121-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 cppcheck: head 2.8 head-info: 11860cc (2022-06-24 13:55:04 +0200) count: 535 542 elapsed-time: 67.5 63.3 head-timing-info: Tokenizer::simplifyTokens1: 18.1812s (avg. 0.53474s - 34 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 14.4658s (avg. 0.425466s - 34 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 1.26405s (avg. 0.0371781s - 34 result(s)) Other::runChecks: 0.813166s (avg. 0.0239166s - 34 result(s)) Tokenizer::tokenize::simplifyTypedef: 0.7117s (avg. 0.0209324s - 34 result(s)) Overall time: 38.4681s old-timing-info: Tokenizer::simplifyTokens1: 16.7427s (avg. 0.492433s - 34 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 13.2376s (avg. 0.38934s - 34 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 1.2779s (avg. 0.0375852s - 34 result(s)) Other::runChecks: 0.916107s (avg. 0.0269443s - 34 result(s)) UnusedVar::runChecks: 0.650534s (avg. 0.0191334s - 34 result(s)) Overall time: 35.7395s head results: python-zstd_1.5.2.5.orig/src/python-zstd.c:115:9: style: Local variable 'cSize' shadows outer variable [shadowVariable] python-zstd_1.5.2.5.orig/src/python-zstd.c:62:12: note: Shadowed declaration python-zstd_1.5.2.5.orig/src/python-zstd.c:115:9: note: Shadow variable python-zstd_1.5.2.5.orig/src/python-zstd.c:164:9: style: Local variable 'cSize' shadows outer variable [shadowVariable] python-zstd_1.5.2.5.orig/src/python-zstd.c:143:17: note: Shadowed declaration python-zstd_1.5.2.5.orig/src/python-zstd.c:164:9: note: Shadow variable python-zstd_1.5.2.5.orig/src/python-zstd.c:242:15: style: struct member 'module_state::error' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/src/python-zstd.c:65:21: style: Variable 'cctx' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/src/python-zstd.c:118:22: style: Variable 'ZSTD_freeCCtx' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/src/python-zstd.c:62:12: style: Unused variable: cSize [unusedVariable] python-zstd_1.5.2.5.orig/src/python-zstd.c:143:17: style: Unused variable: cSize [unusedVariable] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:296:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:370:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:378:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:420:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:428:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:209:39: style:inconclusive: Function 'MEM_read16' argument 1 names different: declaration 'memPtr' definition 'ptr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:96:39: note: Function 'MEM_read16' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:209:39: note: Function 'MEM_read16' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:210:39: style:inconclusive: Function 'MEM_read32' argument 1 names different: declaration 'memPtr' definition 'ptr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:97:39: note: Function 'MEM_read32' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:210:39: note: Function 'MEM_read32' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:211:39: style:inconclusive: Function 'MEM_read64' argument 1 names different: declaration 'memPtr' definition 'ptr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:98:39: note: Function 'MEM_read64' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:211:39: note: Function 'MEM_read64' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:212:42: style:inconclusive: Function 'MEM_readST' argument 1 names different: declaration 'memPtr' definition 'ptr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:99:42: note: Function 'MEM_readST' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/mem.h:212:42: note: Function 'MEM_readST' argument 1 names different: declaration 'memPtr' definition 'ptr'. python-zstd_1.5.2.5.orig/zstd/lib/common/bitstream.h:195:41: style:inconclusive: Function 'BIT_initCStream' argument 2 names different: declaration 'dstBuffer' definition 'startPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/bitstream.h:66:62: note: Function 'BIT_initCStream' argument 2 names different: declaration 'dstBuffer' definition 'startPtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/bitstream.h:195:41: note: Function 'BIT_initCStream' argument 2 names different: declaration 'dstBuffer' definition 'startPtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/bitstream.h:469:59: style:inconclusive: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/bitstream.h:109:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/common/bitstream.h:469:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:514:46: style:inconclusive: Function 'FSE_initCState' argument 1 names different: declaration 'CStatePtr' definition 'statePtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:384:42: note: Function 'FSE_initCState' argument 1 names different: declaration 'CStatePtr' definition 'statePtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:514:46: note: Function 'FSE_initCState' argument 1 names different: declaration 'CStatePtr' definition 'statePtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:540:69: style:inconclusive: Function 'FSE_encodeSymbol' argument 2 names different: declaration 'CStatePtr' definition 'statePtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:386:65: note: Function 'FSE_encodeSymbol' argument 2 names different: declaration 'CStatePtr' definition 'statePtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:540:69: note: Function 'FSE_encodeSymbol' argument 2 names different: declaration 'CStatePtr' definition 'statePtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:549:74: style:inconclusive: Function 'FSE_flushCState' argument 2 names different: declaration 'CStatePtr' definition 'statePtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:388:70: note: Function 'FSE_flushCState' argument 2 names different: declaration 'CStatePtr' definition 'statePtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:549:74: note: Function 'FSE_flushCState' argument 2 names different: declaration 'CStatePtr' definition 'statePtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:235:45: style:inconclusive: Function 'FSE_readNCount_bmi2' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:241:38: note: Function 'FSE_readNCount_bmi2' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:235:45: note: Function 'FSE_readNCount_bmi2' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:236:21: style:inconclusive: Function 'FSE_readNCount_bmi2' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:242:40: note: Function 'FSE_readNCount_bmi2' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:236:21: note: Function 'FSE_readNCount_bmi2' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:236:42: style:inconclusive: Function 'FSE_readNCount_bmi2' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:242:56: note: Function 'FSE_readNCount_bmi2' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:236:42: note: Function 'FSE_readNCount_bmi2' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:248:45: style:inconclusive: Function 'FSE_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:234:38: note: Function 'FSE_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:248:45: note: Function 'FSE_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:249:21: style:inconclusive: Function 'FSE_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:235:40: note: Function 'FSE_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:249:21: note: Function 'FSE_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:249:42: style:inconclusive: Function 'FSE_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:235:56: note: Function 'FSE_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:249:42: note: Function 'FSE_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:358:28: style:inconclusive: Function 'HUF_readStats_wksp' argument 8 names different: declaration 'workspace' definition 'workSpace'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:243:33: note: Function 'HUF_readStats_wksp' argument 8 names different: declaration 'workspace' definition 'workSpace'. python-zstd_1.5.2.5.orig/zstd/lib/common/entropy_common.c:358:28: note: Function 'HUF_readStats_wksp' argument 8 names different: declaration 'workspace' definition 'workSpace'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse_decompress.c:254:64: style:inconclusive: Boolean expression 'BIT_reloadDStream(&bitD)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/common/fse_decompress.c:294:53: style:inconclusive: Function 'FSE_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:260:68: note: Function 'FSE_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/common/fse_decompress.c:294:53: note: Function 'FSE_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/common/zstd_internal.h:405:19: style: Condition 'MEM_64bits()' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/common/pool.c:311:9: style: struct member 'POOL_ctx_s::dummy' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2156:54: style:inconclusive: Boolean expression 'len>=16' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2089:62: style:inconclusive: Function 'ZSTD_XXH32' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:404:62: note: Function 'ZSTD_XXH32' argument 2 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2089:62: note: Function 'ZSTD_XXH32' argument 2 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2125:52: style:inconclusive: Function 'ZSTD_XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:487:52: note: Function 'ZSTD_XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2125:52: note: Function 'ZSTD_XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2125:83: style:inconclusive: Function 'ZSTD_XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:487:84: note: Function 'ZSTD_XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2125:83: note: Function 'ZSTD_XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2145:29: style:inconclusive: Function 'ZSTD_XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:522:59: note: Function 'ZSTD_XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2145:29: note: Function 'ZSTD_XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2145:62: style:inconclusive: Function 'ZSTD_XXH32_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:522:95: note: Function 'ZSTD_XXH32_update' argument 3 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2145:62: note: Function 'ZSTD_XXH32_update' argument 3 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2199:63: style:inconclusive: Function 'ZSTD_XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:538:65: note: Function 'ZSTD_XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2199:63: note: Function 'ZSTD_XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2505:62: style:inconclusive: Function 'ZSTD_XXH64' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:698:61: note: Function 'ZSTD_XXH64' argument 2 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2505:62: note: Function 'ZSTD_XXH64' argument 2 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2539:52: style:inconclusive: Function 'ZSTD_XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:709:52: note: Function 'ZSTD_XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2539:52: note: Function 'ZSTD_XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2539:83: style:inconclusive: Function 'ZSTD_XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:709:84: note: Function 'ZSTD_XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2539:83: note: Function 'ZSTD_XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2558:30: style:inconclusive: Function 'ZSTD_XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:712:59: note: Function 'ZSTD_XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2558:30: note: Function 'ZSTD_XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2558:63: style:inconclusive: Function 'ZSTD_XXH64_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:712:95: note: Function 'ZSTD_XXH64_update' argument 3 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2558:63: note: Function 'ZSTD_XXH64_update' argument 3 names different: declaration 'length' definition 'len'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2609:63: style:inconclusive: Function 'ZSTD_XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:713:65: note: Function 'ZSTD_XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/xxhash.h:2609:63: note: Function 'ZSTD_XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state'. python-zstd_1.5.2.5.orig/zstd/lib/common/zstd_common.c:45:41: style:inconclusive: Function 'ZSTD_getErrorCode' argument 1 names different: declaration 'functionResult' definition 'code'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd_errors.h:87:58: note: Function 'ZSTD_getErrorCode' argument 1 names different: declaration 'functionResult' definition 'code'. python-zstd_1.5.2.5.orig/zstd/lib/common/zstd_common.c:45:41: note: Function 'ZSTD_getErrorCode' argument 1 names different: declaration 'functionResult' definition 'code'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:474:58: style:inconclusive: Function 'FSE_normalizeCount' argument 4 names different: declaration 'srcSize' definition 'total'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:149:51: note: Function 'FSE_normalizeCount' argument 4 names different: declaration 'srcSize' definition 'total'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:474:58: note: Function 'FSE_normalizeCount' argument 4 names different: declaration 'srcSize' definition 'total'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:652:52: style:inconclusive: Function 'FSE_compress_usingCTable' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:180:67: note: Function 'FSE_compress_usingCTable' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:652:52: note: Function 'FSE_compress_usingCTable' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:727:41: style:inconclusive: Function 'FSE_compress2' argument 2 names different: declaration 'dstSize' definition 'dstCapacity'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/fse.h:105:56: note: Function 'FSE_compress2' argument 2 names different: declaration 'dstSize' definition 'dstCapacity'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:727:41: note: Function 'FSE_compress2' argument 2 names different: declaration 'dstSize' definition 'dstCapacity'. python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:681:31: warning: Shifting 32-bit value by 4294967295 bits is undefined behaviour. See condition at line 689. [shiftTooManyBits] python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:689:9: note: Assuming that condition '!tableLog' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:681:31: note: Shift python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:686:20: warning: Shifting 32-bit value by 4294967295 bits is undefined behaviour. See condition at line 689. [shiftTooManyBits] python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:689:9: note: Assuming that condition '!tableLog' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:686:20: note: Shift python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:720:16: style: struct member 'fseWkspMax_t::CTable_max' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:724:7: style: struct member 'fseWkspMax_t::workspace' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:722:11: style: union member 'Anonymous1::hist_wksp' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/compress/fse_compress.c:723:12: style: union member 'Anonymous1::scratchBuffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:141:39: style:inconclusive: Function 'HIST_countFast_wksp' argument 3 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.h:63:40: note: Function 'HIST_countFast_wksp' argument 3 names different: declaration 'src' definition 'source'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:141:39: note: Function 'HIST_countFast_wksp' argument 3 names different: declaration 'src' definition 'source'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:141:54: style:inconclusive: Function 'HIST_countFast_wksp' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.h:63:52: note: Function 'HIST_countFast_wksp' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:141:54: note: Function 'HIST_countFast_wksp' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:155:36: style:inconclusive: Function 'HIST_count_wksp' argument 3 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.h:47:36: note: Function 'HIST_count_wksp' argument 3 names different: declaration 'src' definition 'source'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:155:36: note: Function 'HIST_count_wksp' argument 3 names different: declaration 'src' definition 'source'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:155:51: style:inconclusive: Function 'HIST_count_wksp' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.h:47:48: note: Function 'HIST_count_wksp' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:155:51: note: Function 'HIST_count_wksp' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:169:34: style:inconclusive: Function 'HIST_countFast' argument 3 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.h:55:35: note: Function 'HIST_countFast' argument 3 names different: declaration 'src' definition 'source'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:169:34: note: Function 'HIST_countFast' argument 3 names different: declaration 'src' definition 'source'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:169:49: style:inconclusive: Function 'HIST_countFast' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.h:55:47: note: Function 'HIST_countFast' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/hist.c:169:49: note: Function 'HIST_countFast' argument 4 names different: declaration 'srcSize' definition 'sourceSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:195:23: style:inconclusive: Boolean expression 'hSize>1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:984:103: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:986:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:273:45: style:inconclusive: Function 'HUF_getNbBitsFromCTable' argument 1 names different: declaration 'symbolTable' definition 'CTable'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:253:45: note: Function 'HUF_getNbBitsFromCTable' argument 1 names different: declaration 'symbolTable' definition 'CTable'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:273:45: note: Function 'HUF_getNbBitsFromCTable' argument 1 names different: declaration 'symbolTable' definition 'CTable'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:680:40: style:inconclusive: Function 'HUF_buildCTable_wksp' argument 1 names different: declaration 'tree' definition 'CTable'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:220:40: note: Function 'HUF_buildCTable_wksp' argument 1 names different: declaration 'tree' definition 'CTable'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:680:40: note: Function 'HUF_buildCTable_wksp' argument 1 names different: declaration 'tree' definition 'CTable'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1287:57: style:inconclusive: Function 'HUF_compress1X_wksp' argument 6 names different: declaration 'tableLog' definition 'huffLog'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:305:123: note: Function 'HUF_compress1X_wksp' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1287:57: note: Function 'HUF_compress1X_wksp' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1298:57: style:inconclusive: Function 'HUF_compress1X_repeat' argument 6 names different: declaration 'tableLog' definition 'huffLog'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:316:58: note: Function 'HUF_compress1X_repeat' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1298:57: note: Function 'HUF_compress1X_repeat' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1312:47: style:inconclusive: Function 'HUF_compress4X_wksp' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:95:62: note: Function 'HUF_compress4X_wksp' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1312:47: note: Function 'HUF_compress4X_wksp' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1314:57: style:inconclusive: Function 'HUF_compress4X_wksp' argument 6 names different: declaration 'tableLog' definition 'huffLog'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:97:72: note: Function 'HUF_compress4X_wksp' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1314:57: note: Function 'HUF_compress4X_wksp' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1329:57: style:inconclusive: Function 'HUF_compress4X_repeat' argument 6 names different: declaration 'tableLog' definition 'huffLog'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:210:58: note: Function 'HUF_compress4X_repeat' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1329:57: note: Function 'HUF_compress4X_repeat' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1344:35: style:inconclusive: Function 'HUF_buildCTable' argument 1 names different: declaration 'CTable' definition 'tree'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:189:35: note: Function 'HUF_buildCTable' argument 1 names different: declaration 'CTable' definition 'tree'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1344:35: note: Function 'HUF_buildCTable' argument 1 names different: declaration 'CTable' definition 'tree'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1352:52: style:inconclusive: Function 'HUF_compress1X' argument 6 names different: declaration 'tableLog' definition 'huffLog'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:304:118: note: Function 'HUF_compress1X' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1352:52: note: Function 'HUF_compress1X' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1358:41: style:inconclusive: Function 'HUF_compress2' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:86:56: note: Function 'HUF_compress2' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1358:41: note: Function 'HUF_compress2' argument 2 names different: declaration 'dstCapacity' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1360:51: style:inconclusive: Function 'HUF_compress2' argument 6 names different: declaration 'tableLog' definition 'huffLog'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:88:66: note: Function 'HUF_compress2' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1360:51: note: Function 'HUF_compress2' argument 6 names different: declaration 'tableLog' definition 'huffLog'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1366:40: style:inconclusive: Function 'HUF_compress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/common/huf.h:54:54: note: Function 'HUF_compress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1366:40: note: Function 'HUF_compress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_internal.h:1286:8: style:inconclusive: Boolean expression 'ip+srcSize>window->dictBase+window->lowLimit' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2709:44: style:inconclusive: Boolean expression 'cSize==((unsigned long)-ZSTD_error_dstSize_tooSmall)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:3952:46: style:inconclusive: Boolean expression 'blockSize>=remaining' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4906:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_internal.h:703:23: style: Condition 'MEM_64bits()' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_internal.h:751:23: style: Condition 'MEM_64bits()' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_internal.h:812:19: style: Condition 'MEM_64bits()' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:386:51: style:inconclusive: Function 'ZSTD_cParam_getBounds' argument 1 names different: declaration 'cParam' definition 'param'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:458:63: note: Function 'ZSTD_cParam_getBounds' argument 1 names different: declaration 'cParam' definition 'param'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:386:51: note: Function 'ZSTD_cParam_getBounds' argument 1 names different: declaration 'cParam' definition 'param'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:701:55: style:inconclusive: Function 'ZSTD_CCtxParams_setParameter' argument 1 names different: declaration 'params' definition 'CCtxParams'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2005:74: note: Function 'ZSTD_CCtxParams_setParameter' argument 1 names different: declaration 'params' definition 'CCtxParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:701:55: note: Function 'ZSTD_CCtxParams_setParameter' argument 1 names different: declaration 'params' definition 'CCtxParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:930:33: style:inconclusive: Function 'ZSTD_CCtxParams_getParameter' argument 1 names different: declaration 'params' definition 'CCtxParams'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2012:80: note: Function 'ZSTD_CCtxParams_getParameter' argument 1 names different: declaration 'params' definition 'CCtxParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:930:33: note: Function 'ZSTD_CCtxParams_getParameter' argument 1 names different: declaration 'params' definition 'CCtxParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:1232:53: style:inconclusive: Function 'ZSTD_checkCParams' argument 1 names different: declaration 'params' definition 'cParams'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1663:72: note: Function 'ZSTD_checkCParams' argument 1 names different: declaration 'params' definition 'cParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:1232:53: note: Function 'ZSTD_checkCParams' argument 1 names different: declaration 'params' definition 'cParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2286:33: style:inconclusive: Function 'ZSTD_copyCCtx' argument 1 names different: declaration 'cctx' definition 'dstCCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2411:52: note: Function 'ZSTD_copyCCtx' argument 1 names different: declaration 'cctx' definition 'dstCCtx'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2286:33: note: Function 'ZSTD_copyCCtx' argument 1 names different: declaration 'cctx' definition 'dstCCtx'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2286:59: style:inconclusive: Function 'ZSTD_copyCCtx' argument 2 names different: declaration 'preparedCCtx' definition 'srcCCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2411:75: note: Function 'ZSTD_copyCCtx' argument 2 names different: declaration 'preparedCCtx' definition 'srcCCtx'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2286:59: note: Function 'ZSTD_copyCCtx' argument 2 names different: declaration 'preparedCCtx' definition 'srcCCtx'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2724:89: style:inconclusive: Function 'ZSTD_selectBlockCompressor' argument 2 names different: declaration 'rowMatchfinderMode' definition 'useRowMatchFinder'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_internal.h:466:89: note: Function 'ZSTD_selectBlockCompressor' argument 2 names different: declaration 'rowMatchfinderMode' definition 'useRowMatchFinder'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2724:89: note: Function 'ZSTD_selectBlockCompressor' argument 2 names different: declaration 'rowMatchfinderMode' definition 'useRowMatchFinder'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4709:43: style:inconclusive: Function 'ZSTD_compress_usingDict' argument 1 names different: declaration 'ctx' definition 'cctx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:823:55: note: Function 'ZSTD_compress_usingDict' argument 1 names different: declaration 'ctx' definition 'cctx'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4709:43: note: Function 'ZSTD_compress_usingDict' argument 1 names different: declaration 'ctx' definition 'cctx'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4877:51: style:inconclusive: Function 'ZSTD_createCDict_advanced' argument 1 names different: declaration 'dict' definition 'dictBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1599:70: note: Function 'ZSTD_createCDict_advanced' argument 1 names different: declaration 'dict' definition 'dictBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4877:51: note: Function 'ZSTD_createCDict_advanced' argument 1 names different: declaration 'dict' definition 'dictBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4898:33: style:inconclusive: Function 'ZSTD_createCDict_advanced2' argument 5 names different: declaration 'cctxParams' definition 'originalCctxParams'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1628:29: note: Function 'ZSTD_createCDict_advanced2' argument 5 names different: declaration 'cctxParams' definition 'originalCctxParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4898:33: note: Function 'ZSTD_createCDict_advanced2' argument 5 names different: declaration 'cctxParams' definition 'originalCctxParams'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4944:42: style:inconclusive: Function 'ZSTD_createCDict' argument 1 names different: declaration 'dictBuffer' definition 'dict'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:858:54: note: Function 'ZSTD_createCDict' argument 1 names different: declaration 'dictBuffer' definition 'dict'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4944:42: note: Function 'ZSTD_createCDict' argument 1 names different: declaration 'dictBuffer' definition 'dict'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4955:54: style:inconclusive: Function 'ZSTD_createCDict_byReference' argument 1 names different: declaration 'dictBuffer' definition 'dict'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1648:73: note: Function 'ZSTD_createCDict_byReference' argument 1 names different: declaration 'dictBuffer' definition 'dict'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4955:54: note: Function 'ZSTD_createCDict_byReference' argument 1 names different: declaration 'dictBuffer' definition 'dict'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4966:35: style:inconclusive: Function 'ZSTD_freeCDict' argument 1 names different: declaration 'CDict' definition 'cdict'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:864:52: note: Function 'ZSTD_freeCDict' argument 1 names different: declaration 'CDict' definition 'cdict'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4966:35: note: Function 'ZSTD_freeCDict' argument 1 names different: declaration 'CDict' definition 'cdict'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:5198:64: style:inconclusive: Function 'ZSTD_resetCStream' argument 2 names different: declaration 'pledgedSrcSize' definition 'pss'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2298:64: note: Function 'ZSTD_resetCStream' argument 2 names different: declaration 'pledgedSrcSize' definition 'pss'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:5198:64: note: Function 'ZSTD_resetCStream' argument 2 names different: declaration 'pledgedSrcSize' definition 'pss'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:5266:77: style:inconclusive: Function 'ZSTD_initCStream_advanced' argument 5 names different: declaration 'pledgedSrcSize' definition 'pss'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2245:46: note: Function 'ZSTD_initCStream_advanced' argument 5 names different: declaration 'pledgedSrcSize' definition 'pss'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:5266:77: note: Function 'ZSTD_initCStream_advanced' argument 5 names different: declaration 'pledgedSrcSize' definition 'pss'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:5291:93: style:inconclusive: Function 'ZSTD_initCStream_srcSize' argument 3 names different: declaration 'pledgedSrcSize' definition 'pss'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:2207:45: note: Function 'ZSTD_initCStream_srcSize' argument 3 names different: declaration 'pledgedSrcSize' definition 'pss'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:5291:93: note: Function 'ZSTD_initCStream_srcSize' argument 3 names different: declaration 'pledgedSrcSize' definition 'pss'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:6114:72: style:inconclusive: Function 'ZSTD_compressSequences' argument 3 names different: declaration 'dstSize' definition 'dstCapacity'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1437:91: note: Function 'ZSTD_compressSequences' argument 3 names different: declaration 'dstSize' definition 'dstCapacity'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:6114:72: note: Function 'ZSTD_compressSequences' argument 3 names different: declaration 'dstSize' definition 'dstCapacity'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:6300:85: style:inconclusive: Function 'ZSTD_getCParams' argument 2 names different: declaration 'estimatedSrcSize' definition 'srcSizeHint'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1653:104: note: Function 'ZSTD_getCParams' argument 2 names different: declaration 'estimatedSrcSize' definition 'srcSizeHint'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:6300:85: note: Function 'ZSTD_getCParams' argument 2 names different: declaration 'estimatedSrcSize' definition 'srcSizeHint'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:6324:73: style:inconclusive: Function 'ZSTD_getParams' argument 2 names different: declaration 'estimatedSrcSize' definition 'srcSizeHint'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/zstd.h:1658:92: note: Function 'ZSTD_getParams' argument 2 names different: declaration 'estimatedSrcSize' definition 'srcSizeHint'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:6324:73: note: Function 'ZSTD_getParams' argument 2 names different: declaration 'estimatedSrcSize' definition 'srcSizeHint'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4300:48: style: Parameter 'normalizedCounter' can be declared as pointer to const [constParameter] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:2495:24: error: Uninitialized variables: stats.Offtype, stats.MLtype [uninitvar] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4593:19: style: Variable 'fhSize' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:165:5: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != 1' is always true. [redundantCondition] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:315:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:317:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:348:27: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:350:27: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:353:27: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_sequences.c:355:27: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress_superblock.c:138:22: style: Variable 'litLengthSum' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:145:41: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:193:37: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:201:29: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:340:37: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:352:37: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:391:41: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:403:41: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:411:33: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:415:33: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:583:13: style:inconclusive: Boolean expression '(uint32_t)((prefixStartIndex-1)-repIndex)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:596:37: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:614:41: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:620:41: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_double_fast.c:651:21: style:inconclusive: Boolean expression '(uint32_t)((prefixStartIndex-1)-repIndex2)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:177:39: style:inconclusive: Boolean expression 'MEM_read32(ip2)==rval' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:274:26: style:inconclusive: Boolean expression 'ip0>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:456:37: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:473:33: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:596:14: style:inconclusive: Boolean expression '(uint32_t)((prefixStartIndex-1)-repIndex)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:615:37: style:inconclusive: Boolean expression 'ip>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:631:70: style:inconclusive: Boolean expression '(uint32_t)((prefixStartIndex-1)-repIndex2)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:689:36: style:inconclusive: Boolean expression 'matchIndex>=lowLimit' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:731:46: style:inconclusive: Boolean expression 'matchIndex>=dmsLowestIndex' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1660:43: style:inconclusive: Boolean expression 'start>anchor' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1702:37: style:inconclusive: Boolean expression 'ip<=ilimit' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1918:16: style:inconclusive: Boolean expression '(uint32_t)((dictLimit-1)-repIndex)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1950:20: style:inconclusive: Boolean expression '(uint32_t)((dictLimit-1)-repIndex)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1982:24: style:inconclusive: Boolean expression '(uint32_t)((dictLimit-1)-repIndex)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:2029:16: style:inconclusive: Boolean expression '(uint32_t)((dictLimit-1)-repIndex)>=3' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1588:28: style: Condition 'mlRep>=4' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1585:76: note: Assignment 'mlRep=ZSTD_count(ip+4,ip+4-offset_1,iend)+4', assigned value is greater than 3 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1588:28: note: Condition 'mlRep>=4' is always true python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1602:32: style: Condition 'mlRep>=4' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1599:114: note: Assignment 'mlRep=ZSTD_count_2segments(ip+4,repMatch+4,iend,repMatchEnd,prefixLowest)+4', assigned value is greater than 3 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1602:32: note: Condition 'mlRep>=4' is always true python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1624:32: style: Condition 'mlRep>=4' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1621:80: note: Assignment 'mlRep=ZSTD_count(ip+4,ip+4-offset_1,iend)+4', assigned value is greater than 3 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1624:32: note: Condition 'mlRep>=4' is always true python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1638:36: style: Condition 'mlRep>=4' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1635:118: note: Assignment 'mlRep=ZSTD_count_2segments(ip+4,repMatch+4,iend,repMatchEnd,prefixLowest)+4', assigned value is greater than 3 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1638:36: note: Condition 'mlRep>=4' is always true python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1957:36: style: Condition 'repLength>=4' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1954:112: note: Assignment 'repLength=ZSTD_count_2segments(ip+4,repMatch+4,iend,repEnd,prefixStart)+4', assigned value is greater than 3 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1957:36: note: Condition 'repLength>=4' is always true python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1989:40: style: Condition 'repLength>=4' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1986:116: note: Assignment 'repLength=ZSTD_count_2segments(ip+4,repMatch+4,iend,repEnd,prefixStart)+4', assigned value is greater than 3 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1989:40: note: Condition 'repLength>=4' is always true python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1228:36: error: Uninitialized variable: matchBuffer [uninitvar] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1204:30: note: Assuming condition is false python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1228:36: note: Uninitialized variable: matchBuffer python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1283:40: error: Uninitialized variable: matchBuffer [uninitvar] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1272:34: note: Assuming condition is false python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:1283:40: note: Uninitialized variable: matchBuffer python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_lazy.c:935:57: style: Variable '((uint8_t*)tagRow)[pos+16]' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_ldm.c:667:0: error: Array 'rep[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_ldm.c:632:26: style: Condition 'remaining=sequence.litLength+sequence.matchLength' is false python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_ldm.c:632:26: note: Condition 'remainingsufficient_len' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:659:11: style:inconclusive: Boolean expression 'matchIndex3>=matchLow' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:679:46: style:inconclusive: Boolean expression 'mlen>sufficient_len' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:719:16: style:inconclusive: Boolean expression 'matchLength>(1<<12)' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:766:20: style:inconclusive: Boolean expression 'matchLength>(1<<12)' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:1067:61: style: Same expression on both sides of '-'. [duplicateExpression] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:1046:22: note: 'ip' is assigned value 'istart' here. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_opt.c:1067:61: note: Same expression on both sides of '-'. python-zstd_1.5.2.5.orig/zstd/lib/compress/zstdmt_compress.c:192:40: style:inconclusive: Boolean expression 'availBufferSize>=bSize' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstdmt_compress.c:756:28: style:inconclusive: Boolean expression 'nbChunks>0' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstdmt_compress.c:758:63: style:inconclusive: Boolean expression 'lastBlockSize1==0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstdmt_compress.c:952:25: style:inconclusive: Boolean expression '!mtctx->factory' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/compress/zstdmt_compress.c:952:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:507:71: style:inconclusive: Boolean expression 'BIT_reloadDStream(bitDPtr)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:519:71: style:inconclusive: Boolean expression 'BIT_reloadDStream(bitDPtr)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:602:33: style:inconclusive: Boolean expression 'op4 1', the comparison 'BIT_DStream_completed > 0' is always true. [redundantCondition] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1571:9: style: Redundant condition: If 'BIT_DStream_completed > 1', the comparison 'BIT_DStream_completed > 0' is always true. [redundantCondition] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:972:9: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1064:9: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1205:31: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1213:35: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1242:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1244:23: style: Condition 'MEM_64bits()' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1256:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:1264:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:2026:44: style: Condition 'MEM_64bits()' is always true [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:296:19: style: Condition 'FSE_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1721:24: style: Condition 'ZSTD_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1725:24: style: Condition 'ZSTD_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1940:60: style:inconclusive: Function 'ZSTDv01_decompressDCtx' argument 3 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.h:65:49: note: Function 'ZSTDv01_decompressDCtx' argument 3 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1940:60: note: Function 'ZSTDv01_decompressDCtx' argument 3 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1940:96: style:inconclusive: Function 'ZSTDv01_decompressDCtx' argument 5 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.h:66:49: note: Function 'ZSTDv01_decompressDCtx' argument 5 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1940:96: note: Function 'ZSTDv01_decompressDCtx' argument 5 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1997:45: style:inconclusive: Function 'ZSTDv01_decompress' argument 2 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.h:35:46: note: Function 'ZSTDv01_decompress' argument 2 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1997:45: note: Function 'ZSTDv01_decompress' argument 2 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1997:81: style:inconclusive: Function 'ZSTDv01_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.h:36:46: note: Function 'ZSTDv01_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1997:81: note: Function 'ZSTDv01_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:980:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:62:12: style: struct member 'FSE_CStream_t::bitContainer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:63:12: style: struct member 'FSE_CStream_t::bitPos' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:64:12: style: struct member 'FSE_CStream_t::startPtr' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:65:12: style: struct member 'FSE_CStream_t::ptr' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:66:12: style: struct member 'FSE_CStream_t::endPtr' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:71:17: style: struct member 'FSE_CState_t::value' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:72:17: style: struct member 'FSE_CState_t::stateTable' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:73:17: style: struct member 'FSE_CState_t::symbolTT' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:74:17: style: struct member 'FSE_CState_t::stateLog' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:220:23: style: union member 'Anonymous0::i' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:330:9: style: struct member 'FSE_symbolCompressionTransform::deltaFindState' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:331:9: style: struct member 'FSE_symbolCompressionTransform::deltaNbBits' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:937:8: style: struct member 'HUF_CElt_s::val' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:938:8: style: struct member 'HUF_CElt_s::nbBits' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:942:9: style: struct member 'nodeElt_s::count' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:943:9: style: struct member 'nodeElt_s::parent' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:944:10: style: struct member 'nodeElt_s::byte' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:945:10: style: struct member 'nodeElt_s::nbBits' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1355:23: style: union member 'Anonymous2::i' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1411:11: style: struct member 'seqStore_t::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1412:11: style: struct member 'seqStore_t::offsetStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1413:11: style: struct member 'seqStore_t::offset' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1414:11: style: struct member 'seqStore_t::offCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1415:11: style: struct member 'seqStore_t::offCode' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1416:11: style: struct member 'seqStore_t::litStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1417:11: style: struct member 'seqStore_t::lit' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1418:11: style: struct member 'seqStore_t::litLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1419:11: style: struct member 'seqStore_t::litLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1420:11: style: struct member 'seqStore_t::matchLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1421:11: style: struct member 'seqStore_t::matchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1422:11: style: struct member 'seqStore_t::dumpsStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1423:11: style: struct member 'seqStore_t::dumps' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1429:17: style: struct member 'ZSTD_Cctx_s::base' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1430:9: style: struct member 'ZSTD_Cctx_s::current' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1431:9: style: struct member 'ZSTD_Cctx_s::nextUpdate' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1432:16: style: struct member 'ZSTD_Cctx_s::seqStore' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1436:9: style: struct member 'ZSTD_Cctx_s::hashTable' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1438:10: style: struct member 'ZSTD_Cctx_s::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1654:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1658:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1849:34: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1847:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1849:34: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2216:37: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2213:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2216:37: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:253:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3072:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3076:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1641:11: style: Redundant initialization for 'iSize'. The initialized value is overwritten before it is read. [redundantInitialization] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1631:18: note: iSize is initialized python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1641:11: note: iSize is overwritten python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1946:11: style: Redundant initialization for 'iSize'. The initialized value is overwritten before it is read. [redundantInitialization] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1938:18: note: iSize is initialized python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1946:11: note: iSize is overwritten python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2279:11: style: Redundant initialization for 'iSize'. The initialized value is overwritten before it is read. [redundantInitialization] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2274:18: note: iSize is initialized python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2279:11: note: iSize is overwritten python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:499:59: style:inconclusive: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:336:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:499:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1561:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3106:45: style: Parameter 'base' can be declared as pointer to const [constParameter] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:142:23: style: union member 'Anonymous0::u' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2773:11: style: struct member 'seqStore_t::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2774:11: style: struct member 'seqStore_t::offsetStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2775:11: style: struct member 'seqStore_t::offset' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2776:11: style: struct member 'seqStore_t::offCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2777:11: style: struct member 'seqStore_t::offCode' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2778:11: style: struct member 'seqStore_t::litStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2779:11: style: struct member 'seqStore_t::lit' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2780:11: style: struct member 'seqStore_t::litLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2781:11: style: struct member 'seqStore_t::litLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2782:11: style: struct member 'seqStore_t::matchLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2783:11: style: struct member 'seqStore_t::matchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2784:11: style: struct member 'seqStore_t::dumpsStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:2785:11: style: struct member 'seqStore_t::dumps' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3003:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3007:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1846:34: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1844:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1846:34: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:254:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2713:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2717:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1638:11: style: Redundant initialization for 'iSize'. The initialized value is overwritten before it is read. [redundantInitialization] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1628:18: note: iSize is initialized python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1638:11: note: iSize is overwritten python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1943:11: style: Redundant initialization for 'iSize'. The initialized value is overwritten before it is read. [redundantInitialization] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1935:18: note: iSize is initialized python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1943:11: note: iSize is overwritten python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:501:59: style:inconclusive: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:338:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:501:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1558:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2747:45: style: Parameter 'base' can be declared as pointer to const [constParameter] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:143:23: style: union member 'Anonymous0::u' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2414:11: style: struct member 'seqStore_t::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2415:11: style: struct member 'seqStore_t::offsetStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2416:11: style: struct member 'seqStore_t::offset' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2417:11: style: struct member 'seqStore_t::offCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2418:11: style: struct member 'seqStore_t::offCode' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2419:11: style: struct member 'seqStore_t::litStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2420:11: style: struct member 'seqStore_t::lit' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2421:11: style: struct member 'seqStore_t::litLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2422:11: style: struct member 'seqStore_t::litLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2423:11: style: struct member 'seqStore_t::matchLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2424:11: style: struct member 'seqStore_t::matchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2425:11: style: struct member 'seqStore_t::dumpsStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2426:11: style: struct member 'seqStore_t::dumps' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2644:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2648:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2841:24: style:inconclusive: Boolean expression '!litLength' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1997:34: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1995:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1997:34: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2841:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:225:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2579:20: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2835:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2839:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:766:59: style:inconclusive: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:608:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:766:59: note: Function 'BIT_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1156:67: style:inconclusive: Function 'FSE_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:481:68: note: Function 'FSE_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1156:67: note: Function 'FSE_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1157:30: style:inconclusive: Function 'FSE_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:481:122: note: Function 'FSE_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1157:30: note: Function 'FSE_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1157:51: style:inconclusive: Function 'FSE_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:481:138: note: Function 'FSE_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1157:51: note: Function 'FSE_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1387:60: style:inconclusive: Function 'FSE_decompress_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'originalSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:501:61: note: Function 'FSE_decompress_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1387:60: note: Function 'FSE_decompress_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1867:30: style:inconclusive: Function 'HUF_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1588:63: note: Function 'HUF_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1867:30: note: Function 'HUF_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2225:30: style:inconclusive: Function 'HUF_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1589:63: note: Function 'HUF_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2225:30: note: Function 'HUF_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3196:50: style:inconclusive: Function 'ZSTD_decompressContinue' argument 1 names different: declaration 'dctx' definition 'ctx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:287:50: note: Function 'ZSTD_decompressContinue' argument 1 names different: declaration 'dctx' definition 'ctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3196:50: note: Function 'ZSTD_decompressContinue' argument 1 names different: declaration 'dctx' definition 'ctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3272:74: style:inconclusive: Function 'ZSTD_decompress_insertDictionary' argument 2 names different: declaration 'src' definition 'dict'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:284:76: note: Function 'ZSTD_decompress_insertDictionary' argument 2 names different: declaration 'src' definition 'dict'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3272:74: note: Function 'ZSTD_decompress_insertDictionary' argument 2 names different: declaration 'src' definition 'dict'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3272:87: style:inconclusive: Function 'ZSTD_decompress_insertDictionary' argument 3 names different: declaration 'srcSize' definition 'dictSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:284:88: note: Function 'ZSTD_decompress_insertDictionary' argument 3 names different: declaration 'srcSize' definition 'dictSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3272:87: note: Function 'ZSTD_decompress_insertDictionary' argument 3 names different: declaration 'srcSize' definition 'dictSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3599:66: style:inconclusive: Function 'ZSTDv04_decompressDCtx' argument 3 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.h:65:49: note: Function 'ZSTDv04_decompressDCtx' argument 3 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3599:66: note: Function 'ZSTDv04_decompressDCtx' argument 3 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3599:102: style:inconclusive: Function 'ZSTDv04_decompressDCtx' argument 5 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.h:66:49: note: Function 'ZSTDv04_decompressDCtx' argument 5 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3599:102: note: Function 'ZSTDv04_decompressDCtx' argument 5 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3604:45: style:inconclusive: Function 'ZSTDv04_decompress' argument 2 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.h:35:46: note: Function 'ZSTDv04_decompress' argument 2 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3604:45: note: Function 'ZSTDv04_decompress' argument 2 names different: declaration 'maxOriginalSize' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3604:81: style:inconclusive: Function 'ZSTDv04_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.h:36:46: note: Function 'ZSTDv04_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3604:81: note: Function 'ZSTDv04_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3637:75: style:inconclusive: Function 'ZBUFFv04_decompressWithDictionary' argument 2 names different: declaration 'dict' definition 'src'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.h:93:75: note: Function 'ZBUFFv04_decompressWithDictionary' argument 2 names different: declaration 'dict' definition 'src'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3637:75: note: Function 'ZBUFFv04_decompressWithDictionary' argument 2 names different: declaration 'dict' definition 'src'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3637:87: style:inconclusive: Function 'ZBUFFv04_decompressWithDictionary' argument 3 names different: declaration 'dictSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.h:93:88: note: Function 'ZBUFFv04_decompressWithDictionary' argument 3 names different: declaration 'dictSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:3637:87: note: Function 'ZBUFFv04_decompressWithDictionary' argument 3 names different: declaration 'dictSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1711:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:114:23: style: union member 'Anonymous0::u' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:256:9: style: struct member 'ZSTD_parameters::srcSize' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:258:9: style: struct member 'ZSTD_parameters::contentLog' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:259:9: style: struct member 'ZSTD_parameters::hashLog' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:260:9: style: struct member 'ZSTD_parameters::searchLog' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:261:9: style: struct member 'ZSTD_parameters::searchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:262:19: style: struct member 'ZSTD_parameters::strategy' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2770:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2774:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3180:24: style:inconclusive: Boolean expression '!litLength' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2124:34: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2123:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2124:34: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3180:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2825:20: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3178:23: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3186:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:889:65: style:inconclusive: Function 'BITv05_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:739:65: note: Function 'BITv05_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:889:65: note: Function 'BITv05_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1282:63: style:inconclusive: Function 'FSEv05_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:638:63: note: Function 'FSEv05_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1282:63: note: Function 'FSEv05_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1283:30: style:inconclusive: Function 'FSEv05_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:638:117: note: Function 'FSEv05_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1283:30: note: Function 'FSEv05_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1283:51: style:inconclusive: Function 'FSEv05_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:638:133: note: Function 'FSEv05_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1283:51: note: Function 'FSEv05_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1492:56: style:inconclusive: Function 'FSEv05_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:660:56: note: Function 'FSEv05_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1492:56: note: Function 'FSEv05_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1957:30: style:inconclusive: Function 'HUFv05_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1691:59: note: Function 'HUFv05_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1957:30: note: Function 'HUFv05_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1997:30: style:inconclusive: Function 'HUFv05_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1682:59: note: Function 'HUFv05_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1997:30: note: Function 'HUFv05_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2336:30: style:inconclusive: Function 'HUFv05_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1692:59: note: Function 'HUFv05_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2336:30: note: Function 'HUFv05_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2379:30: style:inconclusive: Function 'HUFv05_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1683:59: note: Function 'HUFv05_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:2379:30: note: Function 'HUFv05_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3481:85: style:inconclusive: Function 'ZSTDv05_decompress_usingPreparedDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'refDCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:322:86: note: Function 'ZSTDv05_decompress_usingPreparedDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'refDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3481:85: note: Function 'ZSTDv05_decompress_usingPreparedDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'refDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3482:60: style:inconclusive: Function 'ZSTDv05_decompress_usingPreparedDCtx' argument 4 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:323:64: note: Function 'ZSTDv05_decompress_usingPreparedDCtx' argument 4 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3482:60: note: Function 'ZSTDv05_decompress_usingPreparedDCtx' argument 4 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3492:52: style:inconclusive: Function 'ZSTDv05_decompress_usingDict' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:78:63: note: Function 'ZSTDv05_decompress_usingDict' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3492:52: note: Function 'ZSTDv05_decompress_usingDict' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3502:45: style:inconclusive: Function 'ZSTDv05_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:67:45: note: Function 'ZSTDv05_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3502:45: note: Function 'ZSTDv05_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3502:69: style:inconclusive: Function 'ZSTDv05_decompressDCtx' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:67:68: note: Function 'ZSTDv05_decompressDCtx' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3502:69: note: Function 'ZSTDv05_decompressDCtx' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3507:45: style:inconclusive: Function 'ZSTDv05_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:33:46: note: Function 'ZSTDv05_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3507:45: note: Function 'ZSTDv05_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3507:81: style:inconclusive: Function 'ZSTDv05_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:34:46: note: Function 'ZSTDv05_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3507:81: note: Function 'ZSTDv05_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3583:73: style:inconclusive: Function 'ZSTDv05_decompressContinue' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:96:73: note: Function 'ZSTDv05_decompressContinue' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3583:73: note: Function 'ZSTDv05_decompressContinue' argument 3 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3859:41: style:inconclusive: Function 'ZBUFFv05_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbc'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:104:49: note: Function 'ZBUFFv05_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3859:41: note: Function 'ZBUFFv05_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3872:57: style:inconclusive: Function 'ZBUFFv05_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbc'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:107:57: note: Function 'ZBUFFv05_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3872:57: note: Function 'ZBUFFv05_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3879:47: style:inconclusive: Function 'ZBUFFv05_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbc'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:106:47: note: Function 'ZBUFFv05_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3879:47: note: Function 'ZBUFFv05_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3887:51: style:inconclusive: Function 'ZBUFFv05_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbc'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:109:51: note: Function 'ZBUFFv05_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3887:51: note: Function 'ZBUFFv05_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbc'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3887:75: style:inconclusive: Function 'ZBUFFv05_decompressContinue' argument 3 names different: declaration 'dstCapacityPtr' definition 'maxDstSizePtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.h:110:64: note: Function 'ZBUFFv05_decompressContinue' argument 3 names different: declaration 'dstCapacityPtr' definition 'maxDstSizePtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3887:75: note: Function 'ZBUFFv05_decompressContinue' argument 3 names different: declaration 'dstCapacityPtr' definition 'maxDstSizePtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1811:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:524:11: style: struct member 'seqStore_t::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:525:11: style: struct member 'seqStore_t::offsetStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:526:11: style: struct member 'seqStore_t::offset' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:527:11: style: struct member 'seqStore_t::offCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:528:11: style: struct member 'seqStore_t::offCode' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:529:11: style: struct member 'seqStore_t::litStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:530:11: style: struct member 'seqStore_t::lit' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:531:11: style: struct member 'seqStore_t::litLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:532:11: style: struct member 'seqStore_t::litLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:533:11: style: struct member 'seqStore_t::matchLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:534:11: style: struct member 'seqStore_t::matchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:535:11: style: struct member 'seqStore_t::dumpsStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:536:11: style: struct member 'seqStore_t::dumps' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:538:10: style: struct member 'seqStore_t::matchLengthFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:539:10: style: struct member 'seqStore_t::litLengthFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:540:10: style: struct member 'seqStore_t::litFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:541:10: style: struct member 'seqStore_t::offCodeFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:542:10: style: struct member 'seqStore_t::matchLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:543:10: style: struct member 'seqStore_t::litLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:544:10: style: struct member 'seqStore_t::litSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:545:10: style: struct member 'seqStore_t::offCodeSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3098:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3103:19: style: Variable 'MLlog' is assigned a value that is never used. [unreadVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2256:34: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2255:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2256:34: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:265:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3013:20: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3320:27: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3347:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3350:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3356:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:990:65: style:inconclusive: Function 'BITv06_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:842:65: note: Function 'BITv06_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:990:65: note: Function 'BITv06_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1263:63: style:inconclusive: Function 'FSEv06_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:710:63: note: Function 'FSEv06_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1263:63: note: Function 'FSEv06_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1264:30: style:inconclusive: Function 'FSEv06_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:710:117: note: Function 'FSEv06_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1264:30: note: Function 'FSEv06_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1264:51: style:inconclusive: Function 'FSEv06_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:710:133: note: Function 'FSEv06_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1264:51: note: Function 'FSEv06_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1635:56: style:inconclusive: Function 'FSEv06_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:728:56: note: Function 'FSEv06_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1635:56: note: Function 'FSEv06_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1649:44: style:inconclusive: Function 'FSEv06_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:672:45: note: Function 'FSEv06_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1649:44: note: Function 'FSEv06_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2093:30: style:inconclusive: Function 'HUFv06_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1831:59: note: Function 'HUFv06_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2093:30: note: Function 'HUFv06_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2131:30: style:inconclusive: Function 'HUFv06_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1823:59: note: Function 'HUFv06_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2131:30: note: Function 'HUFv06_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2465:30: style:inconclusive: Function 'HUFv06_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1832:59: note: Function 'HUFv06_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2465:30: note: Function 'HUFv06_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2507:30: style:inconclusive: Function 'HUFv06_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1824:59: note: Function 'HUFv06_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2507:30: note: Function 'HUFv06_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2856:37: style:inconclusive: Function 'ZSTDv06_copyDCtx' argument 1 names different: declaration 'dctx' definition 'dstDCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:102:54: note: Function 'ZSTDv06_copyDCtx' argument 1 names different: declaration 'dctx' definition 'dstDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2856:37: note: Function 'ZSTDv06_copyDCtx' argument 1 names different: declaration 'dctx' definition 'dstDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2856:66: style:inconclusive: Function 'ZSTDv06_copyDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'srcDCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:102:80: note: Function 'ZSTDv06_copyDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'srcDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:2856:66: note: Function 'ZSTDv06_copyDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'srcDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3617:85: style:inconclusive: Function 'ZSTDv06_decompress_usingPreparedDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'refDCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:332:84: note: Function 'ZSTDv06_decompress_usingPreparedDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'refDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3617:85: note: Function 'ZSTDv06_decompress_usingPreparedDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'refDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3638:45: style:inconclusive: Function 'ZSTDv06_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:78:60: note: Function 'ZSTDv06_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3638:45: note: Function 'ZSTDv06_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3644:82: style:inconclusive: Function 'ZSTDv06_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:43:61: note: Function 'ZSTDv06_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3644:82: note: Function 'ZSTDv06_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3975:41: style:inconclusive: Function 'ZBUFFv06_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:115:64: note: Function 'ZBUFFv06_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3975:41: note: Function 'ZBUFFv06_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3988:57: style:inconclusive: Function 'ZBUFFv06_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:118:72: note: Function 'ZBUFFv06_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3988:57: note: Function 'ZBUFFv06_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3995:47: style:inconclusive: Function 'ZBUFFv06_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:117:62: note: Function 'ZBUFFv06_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3995:47: note: Function 'ZBUFFv06_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:4014:51: style:inconclusive: Function 'ZBUFFv06_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.h:120:66: note: Function 'ZBUFFv06_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:4014:51: note: Function 'ZBUFFv06_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1869:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:135:23: style: union member 'Anonymous0::u' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:560:9: style: struct member 'ZSTDv06_match_t::off' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:561:9: style: struct member 'ZSTDv06_match_t::len' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:565:9: style: struct member 'ZSTDv06_optimal_t::price' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:566:9: style: struct member 'ZSTDv06_optimal_t::off' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:567:9: style: struct member 'ZSTDv06_optimal_t::mlen' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:568:9: style: struct member 'ZSTDv06_optimal_t::litlen' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:569:9: style: struct member 'ZSTDv06_optimal_t::rep' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:572:23: style: struct member 'ZSTDv06_stats_t::unused' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:575:11: style: struct member 'seqStore_t::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:576:11: style: struct member 'seqStore_t::offsetStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:577:11: style: struct member 'seqStore_t::offset' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:578:11: style: struct member 'seqStore_t::offCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:579:11: style: struct member 'seqStore_t::litStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:580:11: style: struct member 'seqStore_t::lit' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:581:11: style: struct member 'seqStore_t::litLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:582:11: style: struct member 'seqStore_t::litLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:583:11: style: struct member 'seqStore_t::llCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:584:11: style: struct member 'seqStore_t::matchLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:585:11: style: struct member 'seqStore_t::matchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:586:11: style: struct member 'seqStore_t::mlCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:587:11: style: struct member 'seqStore_t::longLengthID' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:588:11: style: struct member 'seqStore_t::longLengthPos' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:590:24: style: struct member 'seqStore_t::priceTable' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:591:22: style: struct member 'seqStore_t::matchTable' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:592:10: style: struct member 'seqStore_t::matchLengthFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:593:10: style: struct member 'seqStore_t::litLengthFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:594:10: style: struct member 'seqStore_t::litFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:595:10: style: struct member 'seqStore_t::offCodeFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:596:10: style: struct member 'seqStore_t::matchLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:597:10: style: struct member 'seqStore_t::matchSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:598:10: style: struct member 'seqStore_t::litLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:599:10: style: struct member 'seqStore_t::litSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:600:10: style: struct member 'seqStore_t::offCodeSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:601:10: style: struct member 'seqStore_t::log2matchLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:602:10: style: struct member 'seqStore_t::log2matchSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:603:10: style: struct member 'seqStore_t::log2litLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:604:10: style: struct member 'seqStore_t::log2litSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:605:10: style: struct member 'seqStore_t::log2offCodeSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:606:10: style: struct member 'seqStore_t::factor' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:607:10: style: struct member 'seqStore_t::cachedPrice' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:608:10: style: struct member 'seqStore_t::cachedLitLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:609:17: style: struct member 'seqStore_t::cachedLiterals' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:610:21: style: struct member 'seqStore_t::stats' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3554:31: style:inconclusive: Boolean expression 'llCode==0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3602:26: style:inconclusive: Boolean expression 'oLitEnd>oend_w' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2063:34: warning: Either the condition 'minWeight>1' is redundant or the array 'rankVal[17]' is accessed at index 17, which is out of bounds. [arrayIndexOutOfBoundsCond] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2062:18: note: Assuming that condition 'minWeight>1' is not redundant python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2063:34: note: Array index out of bounds python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:423:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3550:27: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3572:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3575:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3581:19: style: Condition 'MEM_32bits()' is always false [knownConditionTrueFalse] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:658:65: style:inconclusive: Function 'BITv07_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:512:65: note: Function 'BITv07_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:658:65: note: Function 'BITv07_endOfDStream' argument 1 names different: declaration 'bitD' definition 'DStream'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1207:63: style:inconclusive: Function 'FSEv07_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:755:63: note: Function 'FSEv07_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1207:63: note: Function 'FSEv07_readNCount' argument 2 names different: declaration 'maxSymbolValuePtr' definition 'maxSVPtr'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1208:30: style:inconclusive: Function 'FSEv07_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:755:117: note: Function 'FSEv07_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1208:30: note: Function 'FSEv07_readNCount' argument 4 names different: declaration 'rBuffer' definition 'headerBuffer'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1208:51: style:inconclusive: Function 'FSEv07_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:755:133: note: Function 'FSEv07_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1208:51: note: Function 'FSEv07_readNCount' argument 5 names different: declaration 'rBuffSize' definition 'hbSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1655:56: style:inconclusive: Function 'FSEv07_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:773:56: note: Function 'FSEv07_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1655:56: note: Function 'FSEv07_decompress_usingDTable' argument 2 names different: declaration 'dstCapacity' definition 'originalSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1669:44: style:inconclusive: Function 'FSEv07_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:724:45: note: Function 'FSEv07_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1669:44: note: Function 'FSEv07_decompress' argument 2 names different: declaration 'dstCapacity' definition 'maxDstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1892:30: style:inconclusive: Function 'HUFv07_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1138:59: note: Function 'HUFv07_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1892:30: note: Function 'HUFv07_decompress1X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1901:50: style:inconclusive: Function 'HUFv07_decompress1X2_DCtx' argument 1 names different: declaration 'dctx' definition 'DCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1087:49: note: Function 'HUFv07_decompress1X2_DCtx' argument 1 names different: declaration 'dctx' definition 'DCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1901:50: note: Function 'HUFv07_decompress1X2_DCtx' argument 1 names different: declaration 'dctx' definition 'DCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2014:30: style:inconclusive: Function 'HUFv07_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1129:59: note: Function 'HUFv07_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2014:30: note: Function 'HUFv07_decompress4X2_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2304:30: style:inconclusive: Function 'HUFv07_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1139:59: note: Function 'HUFv07_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2304:30: note: Function 'HUFv07_decompress1X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2313:50: style:inconclusive: Function 'HUFv07_decompress1X4_DCtx' argument 1 names different: declaration 'dctx' definition 'DCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1088:49: note: Function 'HUFv07_decompress1X4_DCtx' argument 1 names different: declaration 'dctx' definition 'DCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2313:50: note: Function 'HUFv07_decompress1X4_DCtx' argument 1 names different: declaration 'dctx' definition 'DCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2425:30: style:inconclusive: Function 'HUFv07_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1130:59: note: Function 'HUFv07_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2425:30: note: Function 'HUFv07_decompress4X4_usingDTable' argument 2 names different: declaration 'maxDstSize' definition 'dstSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3006:37: style:inconclusive: Function 'ZSTDv07_copyDCtx' argument 1 names different: declaration 'dctx' definition 'dstDCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:91:54: note: Function 'ZSTDv07_copyDCtx' argument 1 names different: declaration 'dctx' definition 'dstDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3006:37: note: Function 'ZSTDv07_copyDCtx' argument 1 names different: declaration 'dctx' definition 'dstDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3006:66: style:inconclusive: Function 'ZSTDv07_copyDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'srcDCtx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:91:80: note: Function 'ZSTDv07_copyDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'srcDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3006:66: note: Function 'ZSTDv07_copyDCtx' argument 2 names different: declaration 'preparedDCtx' definition 'srcDCtx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3883:45: style:inconclusive: Function 'ZSTDv07_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.h:80:60: note: Function 'ZSTDv07_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3883:45: note: Function 'ZSTDv07_decompressDCtx' argument 1 names different: declaration 'ctx' definition 'dctx'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3889:82: style:inconclusive: Function 'ZSTDv07_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.h:50:61: note: Function 'ZSTDv07_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3889:82: note: Function 'ZSTDv07_decompress' argument 4 names different: declaration 'compressedSize' definition 'srcSize'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4357:41: style:inconclusive: Function 'ZBUFFv07_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.h:131:61: note: Function 'ZBUFFv07_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4357:41: note: Function 'ZBUFFv07_freeDCtx' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4370:57: style:inconclusive: Function 'ZBUFFv07_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.h:134:72: note: Function 'ZBUFFv07_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4370:57: note: Function 'ZBUFFv07_decompressInitDictionary' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4377:47: style:inconclusive: Function 'ZBUFFv07_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.h:133:62: note: Function 'ZBUFFv07_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4377:47: note: Function 'ZBUFFv07_decompressInit' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4396:51: style:inconclusive: Function 'ZBUFFv07_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbd'. [funcArgNamesDifferent] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.h:136:66: note: Function 'ZBUFFv07_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:4396:51: note: Function 'ZBUFFv07_decompressContinue' argument 1 names different: declaration 'dctx' definition 'zbd'. python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1321:24: style: Variable 'l' can be declared as const array [constVariable] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:295:23: style: union member 'Anonymous0::u' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2794:9: style: struct member 'ZSTDv07_match_t::off' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2795:9: style: struct member 'ZSTDv07_match_t::len' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2799:9: style: struct member 'ZSTDv07_optimal_t::price' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2800:9: style: struct member 'ZSTDv07_optimal_t::off' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2801:9: style: struct member 'ZSTDv07_optimal_t::mlen' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2802:9: style: struct member 'ZSTDv07_optimal_t::litlen' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2803:9: style: struct member 'ZSTDv07_optimal_t::rep' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2806:30: style: struct member 'ZSTDv07_stats_s::unused' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2809:11: style: struct member 'seqStore_t::buffer' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2810:11: style: struct member 'seqStore_t::offsetStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2811:11: style: struct member 'seqStore_t::offset' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2812:11: style: struct member 'seqStore_t::offCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2813:11: style: struct member 'seqStore_t::litStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2814:11: style: struct member 'seqStore_t::lit' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2815:11: style: struct member 'seqStore_t::litLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2816:11: style: struct member 'seqStore_t::litLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2817:11: style: struct member 'seqStore_t::llCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2818:11: style: struct member 'seqStore_t::matchLengthStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2819:11: style: struct member 'seqStore_t::matchLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2820:11: style: struct member 'seqStore_t::mlCodeStart' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2821:11: style: struct member 'seqStore_t::longLengthID' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2822:11: style: struct member 'seqStore_t::longLengthPos' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2824:24: style: struct member 'seqStore_t::priceTable' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2825:22: style: struct member 'seqStore_t::matchTable' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2826:10: style: struct member 'seqStore_t::matchLengthFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2827:10: style: struct member 'seqStore_t::litLengthFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2828:10: style: struct member 'seqStore_t::litFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2829:10: style: struct member 'seqStore_t::offCodeFreq' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2830:10: style: struct member 'seqStore_t::matchLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2831:10: style: struct member 'seqStore_t::matchSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2832:10: style: struct member 'seqStore_t::litLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2833:10: style: struct member 'seqStore_t::litSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2834:10: style: struct member 'seqStore_t::offCodeSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2835:10: style: struct member 'seqStore_t::log2matchLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2836:10: style: struct member 'seqStore_t::log2matchSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2837:10: style: struct member 'seqStore_t::log2litLengthSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2838:10: style: struct member 'seqStore_t::log2litSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2839:10: style: struct member 'seqStore_t::log2offCodeSum' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2840:10: style: struct member 'seqStore_t::factor' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2841:10: style: struct member 'seqStore_t::cachedPrice' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2842:10: style: struct member 'seqStore_t::cachedLitLength' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2843:17: style: struct member 'seqStore_t::cachedLiterals' is never used. [unusedStructMember] python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:2844:21: style: struct member 'seqStore_t::stats' is never used. [unusedStructMember] diff: head python-zstd_1.5.2.5.orig/zstd/lib/common/fse_decompress.c:254:64: style:inconclusive: Boolean expression 'BIT_reloadDStream(&bitD)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1145:29: style: Parameter 'ostart' can be declared with const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/compress/huf_compress.c:1145:59: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4300:48: style: Parameter 'normalizedCounter' can be declared as pointer to const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_compress.c:4300:48: style: Parameter 'normalizedCounter' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/compress/zstd_fast.c:177:39: style:inconclusive: Boolean expression 'MEM_read32(ip2)==rval' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] head python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:1186:75: style:inconclusive: Boolean expression 'BIT_reloadDStream(bitDPtr)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] head python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:1208:71: style:inconclusive: Boolean expression 'BIT_reloadDStream(bitDPtr)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:501:71: style: Parameter 'pEnd' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:507:71: style:inconclusive: Boolean expression 'BIT_reloadDStream(bitDPtr)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] head python-zstd_1.5.2.5.orig/zstd/lib/decompress/huf_decompress.c:519:71: style:inconclusive: Boolean expression 'BIT_reloadDStream(bitDPtr)==BIT_DStream_unfinished' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress.c:1900:49: style: Parameter 'oend' can be declared with const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:862:17: style: Parameter 'oend' can be declared with const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/decompress/zstd_decompress_block.c:909:17: style: Parameter 'oend' can be declared with const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:1757:63: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:980:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v01.c:980:24: style: Variable 'l' can be declared with const [constVariable] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1561:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:1561:24: style: Variable 'l' can be declared with const [constVariable] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3106:45: style: Parameter 'base' can be declared as pointer to const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3106:45: style: Parameter 'base' can be declared with const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v02.c:3106:63: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1558:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:1558:24: style: Variable 'l' can be declared with const [constVariable] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2747:45: style: Parameter 'base' can be declared as pointer to const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2747:45: style: Parameter 'base' can be declared with const [constParameter] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v03.c:2747:63: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1711:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:1711:24: style: Variable 'l' can be declared with const [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v04.c:2866:45: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1811:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:1811:24: style: Variable 'l' can be declared with const [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v05.c:3224:45: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1869:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:1869:24: style: Variable 'l' can be declared with const [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v06.c:3362:45: style: Parameter 'oend' can be declared with const [constParameter] head python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1321:24: style: Variable 'l' can be declared as const array [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:1321:24: style: Variable 'l' can be declared with const [constVariable] 2.8 python-zstd_1.5.2.5.orig/zstd/lib/legacy/zstd_v07.c:3590:45: style: Parameter 'oend' can be declared with const [constParameter] DONE