openldap-2.6.9-5.fc43
List of Findings
Error: SHELLCHECK_WARNING (CWE-398): [#def1]
/usr/libexec/openldap/check-config.sh:6:1: warning[SC2112]: 'function' keyword is non-standard. Delete it.
Error: SHELLCHECK_WARNING: [#def2]
/usr/libexec/openldap/check-config.sh:10:60: warning[SC3020]: In POSIX sh, &> is undefined.
Error: SHELLCHECK_WARNING (CWE-398): [#def3]
/usr/libexec/openldap/check-config.sh:20:1: warning[SC2112]: 'function' keyword is non-standard. Delete it.
Error: SHELLCHECK_WARNING (CWE-563): [#def4]
/usr/libexec/openldap/check-config.sh:27:4: warning[SC2034]: retcoder appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def5]
/usr/libexec/openldap/check-config.sh:39:1: warning[SC2112]: 'function' keyword is non-standard. Delete it.
Error: SHELLCHECK_WARNING (CWE-398): [#def6]
/usr/libexec/openldap/check-config.sh:44:17: warning[SC2044]: For loops over find output are fragile. Use find -exec or a while read loop.
Error: SHELLCHECK_WARNING (CWE-398): [#def7]
/usr/libexec/openldap/check-config.sh:55:1: warning[SC2112]: 'function' keyword is non-standard. Delete it.
Error: SHELLCHECK_WARNING (CWE-156): [#def8]
/usr/libexec/openldap/check-config.sh:64:6: warning[SC2046]: Quote this to prevent word splitting.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def9]
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2153:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘len’
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2115:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2120:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2147:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2153:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2153:17: danger: use of uninitialized value ‘len’ here
Error: COMPILER_WARNING (CWE-457): [#def10]
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c: scope_hint: In function ‘print_psearch’
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2153:17: warning[-Wmaybe-uninitialized]: ‘len’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/clients/tools/common.c:2118:41: note: ‘len’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def11]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:217:33: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘bvalue.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:199:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:203:23: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:210:12: branch_false: following ‘false’ branch (when ‘sep’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:214:10: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:215:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:216:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:216:33: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapcompare.c:217:33: danger: argument 1 (‘strdup(sep)’) from [(8)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/7) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def12]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:135:32: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘oldpw.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:128:32: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:131:42: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:135:40: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:135:32: danger: argument 1 (‘oldpw.bv_val’) from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def13]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:150:32: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘newpw.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:143:32: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:146:42: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:150:40: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldappasswd.c:150:32: danger: argument 1 (‘newpw.bv_val’) from [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def14]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1556:25: warning[-Wanalyzer-null-argument]: use of NULL ‘fp’ where non-null expected
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1023:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1029:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1035:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1041:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1050:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1054:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1083:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1084:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1086:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1087:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1115:12: branch_true: following ‘true’ branch (when ‘fp’ is NULL)...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1115:18: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1115:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1121:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1125:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1128:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1131:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1134:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1137:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1140:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1143:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1145:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1146:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1147:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1148:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1149:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1150:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1151:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1152:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1123:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1439:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1442:17: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1449:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1472:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1549:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1549:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapsearch.c:1556:25: danger: argument 3 (‘fp’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def15]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:290:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:182:20: branch_false: following ‘false’ branch (when ‘opt != -1’)...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:186:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:186:20: branch_false: following ‘false’ branch (when ‘opt != 72’)...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:201:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:210:28: branch_false: following ‘false’ branch (when ‘uri’ is NULL)...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:214:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:288:58: release_memory: ‘0’ is NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:290:37: release_memory: ‘0’ is NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapurl.c:290:25: danger: dereference of NULL ‘realloc(lud.lud_exts, (long unsigned int)(nexts + 2) * 8) + (long unsigned int)nexts * 8’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def16]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:301:31: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘cred.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:299:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:300:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:300:31: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:301:31: danger: argument 1 (‘strdup(*<unknown>)’) from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def17]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:318:31: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘cred.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:299:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:303:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:303:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:306:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:306:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:310:16: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:306:13: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:312:32: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:313:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:317:31: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:317:31: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:318:31: danger: argument 1 (‘strdup(lutil_getpass("User\'s password: "))’) from [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10) could be NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-476): [#def18]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:340: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def19]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:341: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def20]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:342: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def21]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:343: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def22]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:344: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def23]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:345: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def24]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:350: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def25]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:351: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def26]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:352: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def27]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:353: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def28]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:354: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: CPPCHECK_WARNING (CWE-476): [#def29]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldapvc.c:355: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vcctrls
Error: COMPILER_WARNING: [#def30]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldcversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def31]
openldap-2.6.9/openldap-2.6.9/clients/tools/lddversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def32]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldeversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def33]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldmversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def34]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldpversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def35]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldrversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def36]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldsversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def37]
openldap-2.6.9/openldap-2.6.9/clients/tools/lduversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def38]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldvversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def39]
openldap-2.6.9/openldap-2.6.9/clients/tools/ldwversion.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING (CWE-477): [#def40]
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c: scope_hint: In function ‘nthash’
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:179:9: warning[-Wdeprecated-declarations]: ‘MD4_Init’ is deprecated: Since OpenSSL 3.0
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:72: included_from: Included from here.
/usr/include/openssl/md4.h:50:27: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def41]
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:180:9: warning[-Wdeprecated-declarations]: ‘MD4_Update’ is deprecated: Since OpenSSL 3.0
/usr/include/openssl/md4.h:51:27: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def42]
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:181:9: warning[-Wdeprecated-declarations]: ‘MD4_Final’ is deprecated: Since OpenSSL 3.0
/usr/include/openssl/md4.h:52:27: note: declared here
Error: COMPILER_WARNING (CWE-665): [#def43]
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c: scope_hint: At top level
openldap-2.6.9/openldap-2.6.9/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:625:39: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-457): [#def44]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:40: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/ac/signal.h:25:16: warning[-Wmaybe-uninitialized]: ‘sig’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:79:22: note: ‘sig’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def45]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:42: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c: scope_hint: In function ‘lutil_getpass’
openldap-2.6.9/openldap-2.6.9/include/ac/termios.h:32:48: warning[-Wmaybe-uninitialized]: ‘flags’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:78:23: note: ‘flags’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def46]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/decode.c: scope_hint: In function ‘ber_get_stringbvl’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/decode.c:467:35: warning[-Wmaybe-uninitialized]: ‘res.bo’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/libraries/liblber/decode.c:393:11: note: ‘res.bo’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def47]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:143:30: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:64:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:77:12: branch_false: following ‘false’ branch (when ‘argc > 1’)...
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:93:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:100:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:105:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:105:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:110:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:111:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:116:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:116:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:120:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:142:31: call_function: calling ‘getbuf’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:142:31: return_function: returning to ‘main’ from ‘getbuf’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/etest.c:143:30: danger: argument 1 (‘getbuf()’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-457): [#def48]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:766:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>.bv_val’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:750:1: enter_function: entry to ‘ber_bvarray_dup_x’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:755:12: branch_false: following ‘false’ branch (when ‘src’ is non-NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:761:15: call_function: calling ‘ber_memalloc_x’ from ‘ber_bvarray_dup_x’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:761:15: return_function: returning to ‘ber_bvarray_dup_x’ from ‘ber_memalloc_x’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:762:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:764:19: branch_true: following ‘true’ branch (when ‘i > j’)...
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:765:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:765:17: call_function: calling ‘ber_dupbv_x’ from ‘ber_bvarray_dup_x’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:765:17: return_function: returning to ‘ber_bvarray_dup_x’ from ‘ber_dupbv_x’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/memory.c:766:22: danger: use of uninitialized value ‘*<unknown>.bv_val’ here
Error: COMPILER_WARNING (CWE-563): [#def49]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/options.c: scope_hint: In function ‘ber_get_option’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/options.c:37:24: warning[-Wunused-but-set-variable]: variable ‘sb’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def50]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/options.c: scope_hint: In function ‘ber_set_option’
openldap-2.6.9/openldap-2.6.9/libraries/liblber/options.c:129:18: warning[-Wunused-but-set-variable]: variable ‘sb’ set but not used
Error: COMPILER_WARNING: [#def51]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def52]
openldap-2.6.9/openldap-2.6.9/libraries/liblber/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def53]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/account_usability.c: scope_hint: In function ‘ldap_parse_accountusability_control’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/account_usability.c:54:15: warning[-Wunused-variable]: unused variable ‘last’
Error: COMPILER_WARNING: [#def54]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/charray.c: scope_hint: In function ‘ldap_charray2str’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/charray.c:269:17: warning[-Wstringop-truncation]: ‘strncpy’ specified bound depends on the length of the source argument
openldap-2.6.9/openldap-2.6.9/libraries/libldap/charray.c:268:23: note: length computed here
Error: COMPILER_WARNING (CWE-563): [#def55]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/dnssrv.c:318:23: warning[-Wunused-but-set-variable]: variable ‘class’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def56]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/dnssrv.c: scope_hint: In function ‘ldap_domain2hostlist’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/dnssrv.c:318:30: warning[-Wunused-but-set-variable]: variable ‘ttl’ set but not used
Error: CPPCHECK_WARNING (CWE-476): [#def57]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ftest.c:92: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: filter
Error: COMPILER_WARNING (CWE-665): [#def58]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/init.c:39:9: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def59]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/init.c: scope_hint: In function ‘ldap_pvt_conf_option’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/init.c:264:13: warning[-Wunused-variable]: unused variable ‘rc’
Error: COMPILER_WARNING (CWE-563): [#def60]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/init.c: scope_hint: In function ‘openldap_ldap_init_w_conf’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/init.c:286:13: warning[-Wunused-variable]: unused variable ‘i’
Error: COMPILER_WARNING (CWE-563): [#def61]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldif.c: scope_hint: In function ‘ldif_parse_line2’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldif.c:165:23: warning[-Wunused-variable]: unused variable ‘byte’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def62]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:215:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘idn’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:604:1: enter_function: entry to ‘ldap_parse_ldif_record’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:611:16: call_function: calling ‘ldap_parse_ldif_record_x’ from ‘ldap_parse_ldif_record’
Error: COMPILER_WARNING (CWE-457): [#def63]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c: scope_hint: In function ‘ldap_parse_ldif_record_x’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:215:19: warning[-Wmaybe-uninitialized]: ‘idn’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:116:22: note: ‘idn’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def64]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:424:31: warning[-Wanalyzer-null-argument]: use of NULL ‘<unknown>’ where non-null expected
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:604:1: enter_function: entry to ‘ldap_parse_ldif_record’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:611:16: call_function: calling ‘ldap_parse_ldif_record_x’ from ‘ldap_parse_ldif_record’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def65]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:556:61: warning[-Wanalyzer-null-argument]: use of NULL ‘<unknown>’ where non-null expected
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:604:1: enter_function: entry to ‘ldap_parse_ldif_record’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:611:16: call_function: calling ‘ldap_parse_ldif_record_x’ from ‘ldap_parse_ldif_record’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def66]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:725:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ppctrls’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:634:12: branch_false: following ‘false’ branch (when ‘ppctrls’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:636:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:637:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:642:12: branch_false: following ‘false’ branch (when ‘s != s’)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:645:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:653:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:696:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:700:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:710:12: branch_false: following ‘false’ branch (when ‘pctrls’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:717:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:718:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:722:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/ldifutil.c:725:9: danger: dereference of NULL ‘ppctrls’
Error: COMPILER_WARNING (CWE-563): [#def67]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/msctrl.c: scope_hint: In function ‘ldap_parse_dirsync_control’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/msctrl.c:125:25: warning[-Wunused-variable]: unused variable ‘len’
Error: GCC_ANALYZER_WARNING (CWE-666): [#def68]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:450:22: warning[-Wanalyzer-fd-phase-mismatch]: ‘connect’ on file descriptor ‘s’ in wrong phase
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:584:1: enter_function: entry to ‘ldap_connect_to_host’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:654:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:662:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:662:23: branch_true: following ‘true’ branch (when ‘sai’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:664:21: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:664:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:675:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:675:21: call_function: calling ‘ldap_int_socket’ from ‘ldap_connect_to_host’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:675:21: return_function: returning to ‘ldap_connect_to_host’ from ‘ldap_int_socket’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:676:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:680:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:724:35: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:727:41: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:736:44: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-ip.c:746:30: call_function: calling ‘ldap_pvt_connect’ from ‘ldap_connect_to_host’
Error: COMPILER_WARNING (CWE-252): [#def69]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-local.c: scope_hint: In function ‘ldap_pvt_is_socket_ready’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/os-local.c:139:23: warning[-Wunused-result]: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-563): [#def70]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/psearchctrl.c: scope_hint: In function ‘ldap_create_persistentsearch_control_value’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/psearchctrl.c:80:25: warning[-Wunused-variable]: unused variable ‘i’
Error: COMPILER_WARNING (CWE-563): [#def71]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/psearchctrl.c: scope_hint: In function ‘ldap_parse_entrychange_control’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/psearchctrl.c:259:24: warning[-Wunused-variable]: unused variable ‘berTag’
Error: COMPILER_WARNING (CWE-563): [#def72]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/request.c: scope_hint: In function ‘ldap_send_server_request’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/request.c:387:38: warning[-Wunused-but-set-variable]: variable ‘rtag’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-457): [#def73]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:662:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘lr’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:466:9: branch_true: following ‘true’ branch (when ‘ld’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:467:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:467:9: branch_true: following ‘true’ branch (when ‘lc’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:473:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:486:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:489:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:537:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:546:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:551:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:614:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:620:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:624:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:662:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:662:14: danger: use of uninitialized value ‘lr’ here
Error: COMPILER_WARNING (CWE-457): [#def74]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:662:16: warning[-Wmaybe-uninitialized]: ‘lr’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c: scope_hint: In function ‘wait4msg’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/result.c:456:26: note: ‘lr’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def75]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:210:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘msgid’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:174:1: enter_function: entry to ‘ldap_sasl_bind_s’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:190:11: branch_false: following ‘false’ branch (when ‘servercredp’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:198:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:198:14: call_function: calling ‘ldap_sasl_bind’ from ‘ldap_sasl_bind_s’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:198:14: return_function: returning to ‘ldap_sasl_bind_s’ from ‘ldap_sasl_bind’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:200:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:205:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:205:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:210:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:210:14: danger: use of uninitialized value ‘msgid’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def76]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:536:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘msgid’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:506:1: enter_function: entry to ‘ldap_sasl_interactive_bind_s’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:521:22: call_function: calling ‘ldap_sasl_interactive_bind’ from ‘ldap_sasl_interactive_bind_s’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:521:22: return_function: returning to ‘ldap_sasl_interactive_bind_s’ from ‘ldap_sasl_interactive_bind’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:527:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:531:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:531:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:536:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/sasl.c:536:22: danger: use of uninitialized value ‘msgid’ here
Error: COMPILER_WARNING: [#def77]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c: scope_hint: In function ‘append_to_safe_string.isra.0’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c:191:9: warning[-Wstringop-truncation]: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c:166:17: note: length computed here
Error: COMPILER_WARNING (CWE-563): [#def78]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c: scope_hint: In function ‘ldap_str2structurerule’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c:3000:22: warning[-Wunused-but-set-variable]: variable ‘savepos’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def79]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c: scope_hint: In function ‘ldap_str2nameform’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/schema.c:3186:22: warning[-Wunused-but-set-variable]: variable ‘savepos’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-401): [#def80]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:82:17: warning[-Wanalyzer-malloc-leak]: leak of ‘get_list(prompt3)’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def81]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:82:17: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(&buf)’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def82]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:88:44: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:573:33: call_function: calling ‘get_list’ from ‘main’
Error: CPPCHECK_WARNING (CWE-401): [#def83]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:90: error[memleakOnRealloc]: Common realloc mistake: 'result' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-401): [#def84]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:90:44: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: CPPCHECK_WARNING (CWE-476): [#def85]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: result
Error: GCC_ANALYZER_WARNING (CWE-122): [#def86]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:93:17: warning[-Wanalyzer-out-of-bounds]: heap-based buffer overflow
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:573:33: call_function: calling ‘get_list’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def87]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:93:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘result’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:573:33: call_function: calling ‘get_list’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:95:12: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: CPPCHECK_WARNING (CWE-401): [#def89]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:97: error[memleakOnRealloc]: Common realloc mistake: 'result' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-401): [#def90]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:98:9: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:98:15: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: COMPILER_WARNING (CWE-563): [#def92]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c: scope_hint: In function ‘file_read’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:123:25: warning[-Wunused-but-set-variable]: variable ‘eof’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def93]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:136:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘bv’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def94]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:197:38: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:201:38: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def96]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:202:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘bvals’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def97]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:206:44: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def98]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:208:49: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: CPPCHECK_WARNING (CWE-401): [#def99]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:212: error[memleak]: Memory leak: tmp.mod_type
Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:212:55: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def101]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:215:41: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(16)’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: CPPCHECK_WARNING (CWE-401): [#def102]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:227: error[memleakOnRealloc]: Common realloc mistake: 'result' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-476): [#def103]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:230: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def104]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:230:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘result’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: CPPCHECK_WARNING (CWE-476): [#def105]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:231: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def106]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:231:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(24)’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:272:1: enter_function: entry to ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:12: branch_true: following ‘true’ branch (when ‘host’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:337:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:342:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:347:9: branch_false: following ‘false’ branch (when ‘host’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:352:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:357:12: branch_false: following ‘false’ branch (when ‘copyfname’ is NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:367:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: call_function: calling ‘get_line’ from ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: return_function: returning to ‘main’ from ‘get_line’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:371:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:372:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:382:47: call_function: calling ‘get_modlist’ from ‘main’
Error: CPPCHECK_WARNING (CWE-401): [#def107]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:236: error[memleakOnRealloc]: Common realloc mistake: 'result' nulled but not freed upon failure
Error: COMPILER_WARNING (CWE-563): [#def108]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c: scope_hint: In function ‘main’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/test.c:282:25: warning[-Wunused-but-set-variable]: variable ‘bound’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def109]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/threads.c: scope_hint: In function ‘ldap_pvt_thread_initialize’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/threads.c:45:27: warning[-Wunused-but-set-variable]: variable ‘tid’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def110]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/tls2.c: scope_hint: In function ‘ldap_int_tls_start’
openldap-2.6.9/openldap-2.6.9/libraries/libldap/tls2.c:1136:15: warning[-Wunused-variable]: unused variable ‘ssl’
Error: COMPILER_WARNING: [#def111]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def112]
openldap-2.6.9/openldap-2.6.9/libraries/libldap/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: CPPCHECK_WARNING (CWE-401): [#def113]
openldap-2.6.9/openldap-2.6.9/libraries/liblmdb/midl.c:135: error[memleakOnRealloc]: Common realloc mistake: 'idn' nulled but not freed upon failure
Error: COMPILER_WARNING (CWE-563): [#def114]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ucstr.c: scope_hint: In function ‘UTF8bvnormalize’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ucstr.c:111:58: warning[-Wunused-but-set-variable]: variable ‘last’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def115]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:526:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘rp’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1690:1: enter_function: entry to ‘ure_compile’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1698:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1716:17: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1720:5: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1726:18: call_function: calling ‘_ure_re2nfa’ from ‘ure_compile’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1017:13: warning[-Wanalyzer-malloc-leak]: leak of ‘symbol.sym.ccl.ranges’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1690:1: enter_function: entry to ‘ure_compile’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1698:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1716:17: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1720:5: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1726:18: call_function: calling ‘_ure_re2nfa’ from ‘ure_compile’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def117]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1103:16: warning[-Wanalyzer-malloc-leak]: leak of ‘symbol.sym.ccl.ranges’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1690:1: enter_function: entry to ‘ure_compile’
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1698:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1716:17: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1720:5: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure.c:1726:18: call_function: calling ‘_ure_re2nfa’ from ‘ure_compile’
Error: CPPCHECK_WARNING (CWE-682): [#def118]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1116: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def119]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1337: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-476): [#def120]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1745: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def121]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1755: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def122]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1756: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def123]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1775: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def124]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1776: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def125]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1777: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def126]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1782: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-476): [#def127]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1783: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dfa
Error: CPPCHECK_WARNING (CWE-758): [#def128]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/ure.c:1859: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def129]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/ure/urestubs.c:120: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING: [#def130]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def131]
openldap-2.6.9/openldap-2.6.9/libraries/liblunicode/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def132]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:141:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘sd’
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:71:12: branch_true: following ‘true’ branch (when ‘debug == 0’)...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:72:30: branch_true: following ‘true’ branch (when ‘i != 5’)...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:76:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:93:28: acquire_resource: opened here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:93:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:100:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:104:25: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:114:20: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/detach.c:141:16: danger: ‘sd’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def133]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:125:23: warning[-Wanalyzer-file-leak]: leak of FILE ‘fi’
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:90:19: acquire_resource: opened here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:90:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:93:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:114:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:124:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:124:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:125:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:125:23: danger: ‘fi’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:125:23: warning[-Wanalyzer-malloc-leak]: leak of ‘fi’
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:90:19: acquire_memory: allocated here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:90:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:93:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:114:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:124:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:124:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:125:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/getpass.c:125:23: danger: ‘fi’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING: [#def135]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/hash.c:69:33: warning[-Warray-parameter=]: argument 1 of type ‘unsigned char *’ declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/portable.h:1189: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/hash.c:22: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/lutil_hash.h:52:23: note: previously declared as an array ‘unsigned char[4]’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def136]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/hash.c:128:35: warning[-Warray-parameter=]: argument 1 of type ‘unsigned char *’ declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/lutil_hash.h:71:23: note: previously declared as an array ‘unsigned char[8]’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def137]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/md5.c:150:32: warning[-Warray-parameter=]: argument 1 of type ‘unsigned char *’ declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/portable.h:1189: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/md5.c:46: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/lutil_md5.h:49:23: note: previously declared as an array ‘unsigned char[16]’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def138]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/md5.c:211:33: warning[-Warray-parameter=]: argument 1 of type ‘ber_uint_t *’ {aka ‘unsigned int *’} declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/lutil_md5.h:54:20: note: previously declared as an array ‘ber_uint_t[4]’ {aka ‘unsigned int[4]’}
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def139]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/md5.c:211:59: warning[-Warray-parameter=]: argument 2 of type ‘const unsigned char *’ declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/lutil_md5.h:55:29: note: previously declared as an array ‘const unsigned char[64]’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def140]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/sha1.c:80:30: warning[-Warray-parameter=]: argument 1 of type ‘uint32 *’ {aka ‘unsigned int *’} declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/portable.h:1189: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/sha1.c:39: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/lutil_sha1.h:47:24: note: previously declared as an array ‘uint32[5]’ {aka ‘unsigned int[5]’}
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def141]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/sha1.c:80:58: warning[-Warray-parameter=]: argument 2 of type ‘const unsigned char *’ declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/lutil_sha1.h:47:54: note: previously declared as an array ‘const unsigned char[64]’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING: [#def142]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/sha1.c:182:33: warning[-Warray-parameter=]: argument 1 of type ‘unsigned char *’ declared as a pointer
openldap-2.6.9/openldap-2.6.9/include/lutil_sha1.h:59:31: note: previously declared as an array ‘unsigned char[20]’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: CPPCHECK_WARNING (CWE-457): [#def143]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:778: warning[uninitvar]: Uninitialized variable: j
Error: GCC_ANALYZER_WARNING (CWE-457): [#def144]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:778:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘j’
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:763:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:764:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:764:40: branch_false: following ‘false’ branch (when ‘i < 0’)...
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:778:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/utils.c:778:17: danger: use of uninitialized value ‘j’ here
Error: COMPILER_WARNING: [#def145]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def146]
openldap-2.6.9/openldap-2.6.9/libraries/liblutil/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: CPPCHECK_WARNING (CWE-457): [#def147]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/config.c:376: error[uninitvar]: Uninitialized variables: tmp.lb_type, tmp.lb_private, tmp.lb_mapper, tmp.lb_mutex
Error: CPPCHECK_WARNING (CWE-457): [#def148]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/context.c:89: error[uninitvar]: Uninitialized variables: c.lc_alias, c.lc_rule
Error: GCC_ANALYZER_WARNING (CWE-476): [#def149]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:136:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:99:9: branch_true: following ‘true’ branch (when ‘fname’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:100:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:100:9: branch_true: following ‘true’ branch (when ‘argv’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:102:16: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:103:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:107:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:107:12: branch_false: following ‘false’ branch (when ‘argc > 0’)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:115:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:121:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:126:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:126:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:135:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/ldapmap.c:136:9: danger: dereference of NULL ‘p’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def150]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:172:23: warning[-Wanalyzer-null-argument]: use of NULL ‘begin’ where non-null expected
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:48:9: branch_true: following ‘true’ branch (when ‘info’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:49:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:49:9: branch_true: following ‘true’ branch (when ‘string’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:50:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:50:9: branch_true: following ‘true’ branch (when ‘currpos’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:52:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:57:36: branch_true: following ‘true’ branch (when ‘cnt != 0’)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:58:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:81:12: branch_false: following ‘false’ branch (when ‘cnt == 0’)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:84:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:91:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:94:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:152:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:156:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/map.c:172:23: danger: argument 1 (‘begin’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-457): [#def151]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/session.c:92: error[uninitvar]: Uninitialized variables: tmp.ls_vars, tmp.ls_vars_mutex, tmp.ls_mutex, tmp.ls_count
Error: CPPCHECK_WARNING (CWE-457): [#def152]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/session.c:165: error[uninitvar]: Uninitialized variables: tmp.ls_vars, tmp.ls_vars_mutex, tmp.ls_mutex, tmp.ls_count
Error: GCC_ANALYZER_WARNING (CWE-476): [#def153]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:318:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘submatch’
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:275:1: enter_function: entry to ‘rewrite_subst_apply’
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:289:9: branch_true: following ‘true’ branch (when ‘info’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:290:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:290:9: branch_true: following ‘true’ branch (when ‘op’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:291:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:291:9: branch_true: following ‘true’ branch (when ‘subst’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:292:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:292:9: branch_true: following ‘true’ branch (when ‘string’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:293:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:293:9: branch_true: following ‘true’ branch (when ‘match’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:294:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:294:9: branch_true: following ‘true’ branch (when ‘val’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:296:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:296:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:298:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:304:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:305:28: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:307:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:315:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:315:29: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:316:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:326:30: call_function: calling ‘submatch_copy’ from ‘rewrite_subst_apply’
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:326:30: return_function: returning to ‘rewrite_subst_apply’ from ‘submatch_copy’
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:328:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:367:26: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:315:29: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:316:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/subst.c:343:38: call_function: calling ‘rewrite_subst_apply’ from ‘rewrite_subst_apply’
Error: CPPCHECK_WARNING (CWE-457): [#def154]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/var.c:116: error[uninitvar]: Uninitialized variables: var.lv_flags, var.lv_value
Error: COMPILER_WARNING: [#def155]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def156]
openldap-2.6.9/openldap-2.6.9/libraries/librewrite/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-131): [#def157]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:627:5: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:550:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:555:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:586:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:592:5: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:595:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:601:5: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:603:5: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:605:10: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:626:5: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:627:5: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/client.c:627:5: danger: assigned to ‘struct LloadConnection *’ here; ‘sizeof (struct LloadConnection)’ is ‘464’
Error: COMPILER_WARNING (CWE-665): [#def158]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/config.c:184:45: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-681): [#def159]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/config.c: scope_hint: In function ‘lload_config_find_keyword’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/config.c:2280:48: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘lutil_b64_pton’ differ in signedness
openldap-2.6.9/openldap-2.6.9/include/portable.h:1189: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/servers/lloadd/config.c:27: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/lutil.h:55:9: note: expected ‘unsigned char *’ but argument is of type ‘char *’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: CPPCHECK_WARNING (CWE-476): [#def160]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:257: warning[nullPointer]: Possible null pointer dereference: host
Error: GCC_ANALYZER_WARNING (CWE-688): [#def161]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:257:14: warning[-Wanalyzer-null-argument]: use of NULL ‘host’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:372:1: enter_function: entry to ‘lload_open_listener’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:395:5: branch_true: following ‘true’ branch (when ‘url’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:396:5: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:396:5: branch_true: following ‘true’ branch (when ‘lud’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:398:5: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:427:8: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:443:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:445:19: call_function: calling ‘lload_get_listener_addresses’ from ‘lload_open_listener’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def162]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1976:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**lload_listeners.sl_sd’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1973:18: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1974:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1976:9: danger: ‘**lload_listeners.sl_sd’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def163]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1976:47: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**lload_listeners.sl_sd’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1973:18: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1974:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/lloadd/daemon.c:1976:47: danger: ‘**lload_listeners.sl_sd’ leaks here
Error: COMPILER_WARNING (CWE-563): [#def164]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/monitor.c: scope_hint: In function ‘lload_monitor_conn_update’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/monitor.c:615:19: warning[-Wunused-variable]: unused variable ‘active’
Error: COMPILER_WARNING (CWE-563): [#def165]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/monitor.c:750:22: warning[-Wunused-variable]: unused variable ‘mp’
Error: COMPILER_WARNING (CWE-563): [#def166]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/monitor.c: scope_hint: In function ‘lload_monitor_conn_entry_create’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/monitor.c:753:16: warning[-Wunused-variable]: unused variable ‘a’
Error: COMPILER_WARNING (CWE-563): [#def167]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/operation.c: scope_hint: In function ‘operation_unlink’
openldap-2.6.9/openldap-2.6.9/servers/lloadd/operation.c:234:15: warning[-Wunused-variable]: unused variable ‘prev_refcnt’
Error: COMPILER_WARNING (CWE-1164): [#def168]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/tier_bestof.c:145:1: warning[-Wunused-function]: ‘bestof_backend_options’ defined but not used
Error: COMPILER_WARNING: [#def169]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def170]
openldap-2.6.9/openldap-2.6.9/servers/lloadd/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def171]
openldap-2.6.9/openldap-2.6.9/servers/slapd/acl.c: scope_hint: In function ‘slap_acl_mask’
openldap-2.6.9/openldap-2.6.9/servers/slapd/acl.c:1157:29: warning[-Wunused-but-set-variable]: variable ‘oldmask’ set but not used
Error: COMPILER_WARNING: [#def172]
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c: scope_hint: In function ‘regtest’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:173:77: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: COMPILER_WARNING (CWE-563): [#def173]
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c: scope_hint: In function ‘parse_acl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:337:13: warning[-Wunused-variable]: unused variable ‘lineno’
Error: COMPILER_WARNING: [#def174]
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c: scope_hint: In function ‘parse_acl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:534:113: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: COMPILER_WARNING: [#def175]
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c: scope_hint: In function ‘parse_acl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:675:97: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: GCC_ANALYZER_WARNING (CWE-476): [#def176]
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:2489:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ptr’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:2775:1: enter_function: entry to ‘print_acl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:2779:9: call_function: calling ‘acl_unparse’ from ‘print_acl’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def177]
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:2768:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ptr’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:2775:1: enter_function: entry to ‘print_acl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/aclparse.c:2779:9: call_function: calling ‘acl_unparse’ from ‘print_acl’
Error: COMPILER_WARNING (CWE-563): [#def178]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/add.c: scope_hint: In function ‘asyncmeta_back_add’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/add.c:245:15: warning[-Wunused-variable]: unused variable ‘thrctx’
Error: COMPILER_WARNING (CWE-563): [#def179]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/compare.c: scope_hint: In function ‘asyncmeta_back_compare’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/compare.c:187:15: warning[-Wunused-variable]: unused variable ‘thrctx’
Error: COMPILER_WARNING (CWE-665): [#def180]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:100:34: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-476): [#def181]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:601:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1028:1: enter_function: entry to ‘asyncmeta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2442:22: call_function: calling ‘asyncmeta_suffixm_config’ from ‘asyncmeta_back_cf_gen’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def182]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:672:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1028:1: enter_function: entry to ‘asyncmeta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1510:30: call_function: calling ‘asyncmeta_subtree_unparse’ from ‘asyncmeta_back_cf_gen’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def183]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:709:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1028:1: enter_function: entry to ‘asyncmeta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2091:22: call_function: calling ‘asyncmeta_subtree_config’ from ‘asyncmeta_back_cf_gen’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def184]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:718:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1028:1: enter_function: entry to ‘asyncmeta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2091:22: call_function: calling ‘asyncmeta_subtree_config’ from ‘asyncmeta_back_cf_gen’
Error: COMPILER_WARNING: [#def185]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c: scope_hint: In function ‘asyncmeta_subtree_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:809:75: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: GCC_ANALYZER_WARNING (CWE-476): [#def186]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1124:53: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1121:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1124:53: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def187]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1136:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1136:40: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def188]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1162:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1162:30: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def189]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1172:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1172:40: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def190]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1176:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1176:40: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def191]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1180:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1180:30: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def192]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1193:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1193:31: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def193]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1204:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1204:40: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def194]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1238:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1238:30: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def195]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1245:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1245:40: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def196]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1250:50: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1250:50: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def197]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1264:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1264:31: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def198]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1290:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1290:49: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def199]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1316:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1316:30: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def200]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1514:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1059:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1514:30: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def201]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1589:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1589:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def202]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1593:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1593:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def203]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1613:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1607:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1613:33: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1613:33: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def204]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1618:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1618:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def205]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1622:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1622:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def206]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1626:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1626:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def207]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1630:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1630:30: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def208]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1641:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1641:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def209]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1657:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1651:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1657:33: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1657:33: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def210]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1663:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1663:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def211]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1668:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1668:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def212]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1672:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1672:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def213]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1685:38: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1679:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1685:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1685:38: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def214]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1706:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1699:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1705:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1705:36: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1706:46: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1706:46: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def215]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1712:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1699:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1705:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1705:36: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1712:46: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1712:46: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def216]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1765:71: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1765:71: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def217]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1790:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1789:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1790:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1790:33: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def218]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1794:67: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1553:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1789:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1794:43: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1794:67: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def219]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1916:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘uris’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1884:35: release_memory: ‘uris’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1886:20: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1893:30: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1914:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1916:34: release_memory: ‘uris’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1916:34: release_memory: ‘uris’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1916:30: danger: dereference of NULL ‘uris + (long unsigned int)j * 8’
Error: COMPILER_WARNING: [#def220]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c: scope_hint: In function ‘asyncmeta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2105:75: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: GCC_ANALYZER_WARNING (CWE-476): [#def221]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2218:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2211:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2218:42: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2218:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def222]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2245:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2245:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def223]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2247:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2244:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2247:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def224]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2253:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2253:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def225]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2255:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2252:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2255:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def226]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2268:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2261:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2268:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2268:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def227]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2296:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2289:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2296:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2296:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def228]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2359:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2352:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2359:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2359:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def229]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2406:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2406:22: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def230]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2434:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2433:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2434:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2434:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def231]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2436:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2433:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2436:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2436:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def232]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2464:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2464:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def233]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2475:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2468:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2475:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2475:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def234]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2481:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2480:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2481:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2481:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def235]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2483:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2480:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2483:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2483:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def236]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2490:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2489:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2490:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2490:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def237]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2492:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1036:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1038:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:43: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1051:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1058:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1551:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1847:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1867:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1871:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1872:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:1879:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2489:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2492:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/config.c:2492:25: danger: dereference of NULL ‘mc’
Error: COMPILER_WARNING (CWE-563): [#def238]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/delete.c: scope_hint: In function ‘asyncmeta_back_delete’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/delete.c:178:15: warning[-Wunused-variable]: unused variable ‘thrctx’
Error: CPPCHECK_WARNING (CWE-457): [#def239]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/dncache.c:105: error[uninitvar]: Uninitialized variables: tmp_entry.target, tmp_entry.lastupdated
Error: CPPCHECK_WARNING (CWE-457): [#def240]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/dncache.c:161: warning[uninitvar]: Uninitialized variables: tmp_entry.target, tmp_entry.lastupdated
Error: CPPCHECK_WARNING (CWE-457): [#def241]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/dncache.c:206: error[uninitvar]: Uninitialized variables: tmp_entry.target, tmp_entry.lastupdated
Error: COMPILER_WARNING: [#def242]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/meta_result.c:254:39: warning[-Wformat-overflow=]: ‘%s’ directive argument is null
Error: COMPILER_WARNING (CWE-563): [#def243]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/modify.c: scope_hint: In function ‘asyncmeta_back_modify’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/modify.c:235:15: warning[-Wunused-variable]: unused variable ‘thrctx’
Error: COMPILER_WARNING (CWE-563): [#def244]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/modrdn.c: scope_hint: In function ‘asyncmeta_back_modrdn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/modrdn.c:249:15: warning[-Wunused-variable]: unused variable ‘thrctx’
Error: COMPILER_WARNING (CWE-563): [#def245]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/search.c: scope_hint: In function ‘asyncmeta_back_search’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/search.c:681:15: warning[-Wunused-variable]: unused variable ‘thrctx’
Error: COMPILER_WARNING: [#def246]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def247]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def248]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘urls’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:42:19: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:44:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:55:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:55:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:64:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:64:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:76:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:85:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:87:11: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:93:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: danger: dereference of NULL ‘urls’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def249]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:114:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘urls’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:42:19: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:44:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:55:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:55:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:64:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:64:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:76:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:85:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:87:11: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:93:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:109:9: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:114:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:114:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:114:9: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/referral.c:114:9: danger: dereference of NULL ‘urls’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def250]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘urls’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:45:19: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:48:9: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:50:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:64:23: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:68:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:74:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:74:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:85:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:93:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:95:11: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:102:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: danger: dereference of NULL ‘urls’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def251]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:124:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘urls’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:45:19: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:48:9: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:50:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:64:23: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:68:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:74:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:74:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:85:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:93:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:95:11: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:102:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:119:9: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:124:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:124:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:124:9: release_memory: ‘urls’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/search.c:124:9: danger: dereference of NULL ‘urls’
Error: COMPILER_WARNING: [#def252]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def253]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-dnssrv/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-457): [#def254]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/meta_result.c:31: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/meta_result.c: scope_hint: In function ‘asyncmeta_op_handle_result’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/back-ldap.h:111:42: warning[-Wmaybe-uninitialized]: ‘msc’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-asyncmeta/meta_result.c:1486:29: note: ‘msc’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def255]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:853:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘save_o_dn.bv_len’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:1993:1: enter_function: entry to ‘ldap_back_retry’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:1998:9: branch_true: following ‘true’ branch (when ‘lcp’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:1999:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:1999:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2001:9: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2003:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2004:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2020:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2027:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2027:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2034:30: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:2034:30: call_function: calling ‘ldap_back_dobind_int’ from ‘ldap_back_retry’
Error: CPPCHECK_WARNING (CWE-562): [#def256]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/bind.c:1369: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def257]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1029: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def258]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1046: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-665): [#def259]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1260:33: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-476): [#def260]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2062:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘li’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1318:1: enter_function: entry to ‘chain_ldadd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1331:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1332:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1331:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1333:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1331:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1339:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1341:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1342:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1347:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1349:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1374:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1375:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1375:22: call_function: calling ‘ldap_chain_db_init_common’ from ‘chain_ldadd’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def261]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2097:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘li’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1318:1: enter_function: entry to ‘chain_ldadd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1331:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1332:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1331:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1333:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1331:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1339:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1341:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1342:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1347:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1349:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1374:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1382:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:1382:14: call_function: calling ‘ldap_chain_db_init_one’ from ‘chain_ldadd’
Error: CPPCHECK_WARNING (CWE-457): [#def262]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2179: warning[uninitvar]: Uninitialized variable: rc
Error: GCC_ANALYZER_WARNING (CWE-457): [#def263]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2179:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2164:17: branch_false: following ‘false’ branch (when ‘edge’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2176:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2179:16: danger: use of uninitialized value ‘rc’ here
Error: COMPILER_WARNING (CWE-457): [#def264]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c: scope_hint: In function ‘ldap_chain_connection_destroy’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2179:16: warning[-Wmaybe-uninitialized]: ‘rc’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/chain.c:2159:33: note: ‘rc’ was declared here
Error: COMPILER_WARNING (CWE-665): [#def265]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:77:32: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-665): [#def266]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:363:33: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-465): [#def267]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1688:20: warning[-Wanalyzer-deref-before-check]: check of ‘ch_calloc(8, (long unsigned int)(i + 1))’ for NULL after already dereferencing it
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:945:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1387:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1387:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1555:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1572:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1619:30: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1648:33: branch_true: following ‘true’ branch (when ‘tmpludp’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1653:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1664:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1669:41: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/config.c:1688:20: danger: pointer ‘ch_calloc(8, (long unsigned int)(i + 1))’ is checked for NULL here but it was already dereferenced at [(11)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/10)
Error: COMPILER_WARNING (CWE-665): [#def268]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:326:37: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def269]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c: scope_hint: In function ‘distproc_cfadd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:497:49: warning[-Wunused-but-set-variable]: variable ‘lca’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def270]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:841:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘li’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:362:1: enter_function: entry to ‘distproc_ldadd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:375:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:376:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:375:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:377:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:375:14: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:383:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:385:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:386:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:391:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:393:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:404:21: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:415:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:415:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:419:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:419:22: call_function: calling ‘ldap_distproc_db_init_one’ from ‘distproc_ldadd’
Error: CPPCHECK_WARNING (CWE-457): [#def271]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:880: warning[uninitvar]: Uninitialized variable: rc
Error: GCC_ANALYZER_WARNING (CWE-457): [#def272]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:880:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:867:17: branch_false: following ‘false’ branch (when ‘edge’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:877:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:880:16: danger: use of uninitialized value ‘rc’ here
Error: COMPILER_WARNING (CWE-457): [#def273]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c: scope_hint: In function ‘ldap_distproc_connection_destroy’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:880:16: warning[-Wmaybe-uninitialized]: ‘rc’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/distproc.c:861:33: note: ‘rc’ was declared here
Error: COMPILER_WARNING (CWE-704): [#def274]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c:245:25: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def275]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c: scope_hint: In function ‘ldap_back_exop_passwd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c:245:27: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type
/usr/include/features.h:524: included_from: Included from here.
/usr/include/bits/types.h:26: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/ac/fdset.h:32: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/portable.h:1187: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c:22: included_from: Included from here.
/usr/include/bits/string_fortified.h:77:16: note: expected ‘char *’ but argument is of type ‘const char *’
Error: COMPILER_WARNING (CWE-704): [#def276]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c:372:25: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def277]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c: scope_hint: In function ‘ldap_back_exop_generic’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/extended.c:372:27: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘strcpy’ discards ‘const’ qualifier from pointer target type
/usr/include/bits/string_fortified.h:77:16: note: expected ‘char *’ but argument is of type ‘const char *’
Error: COMPILER_WARNING (CWE-563): [#def278]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/monitor.c: scope_hint: In function ‘ldap_back_monitor_db_close’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/monitor.c:1040:42: warning[-Wunused-but-set-variable]: variable ‘mbe’ set but not used
Error: COMPILER_WARNING: [#def279]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def280]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldap/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def281]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldif/ldif.c:166:32: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-562): [#def282]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldif/ldif.c:1457: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def283]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldif/ldif.c:1542: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def284]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldif/ldif.c:1646: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING: [#def285]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldif/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def286]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-ldif/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-401): [#def287]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:167:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:157:5: enter_function: entry to ‘mdb_midl_append’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:161:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:162:21: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:162:21: call_function: calling ‘mdb_midl_grow’ from ‘mdb_midl_append’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:162:21: return_function: returning to ‘mdb_midl_append’ from ‘mdb_midl_grow’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:162:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:164:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:167:9: danger: ‘<unknown>’ leaks here; was allocated at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def288]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:181:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:171:5: enter_function: entry to ‘mdb_midl_append_list’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:175:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:176:21: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:176:21: call_function: calling ‘mdb_midl_grow’ from ‘mdb_midl_append_list’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:176:21: return_function: returning to ‘mdb_midl_append_list’ from ‘mdb_midl_grow’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:176:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:178:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:181:9: danger: ‘<unknown>’ leaks here; was allocated at [(6)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def289]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:196:16: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:185:5: enter_function: entry to ‘mdb_midl_append_range’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:189:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:190:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:190:21: call_function: calling ‘mdb_midl_grow’ from ‘mdb_midl_append_range’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:190:21: return_function: returning to ‘mdb_midl_append_range’ from ‘mdb_midl_grow’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:190:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:192:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:196:16: branch_true: following ‘true’ branch (when ‘n != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:197:28: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:196:16: branch_true: following ‘true’ branch (when ‘n != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:197:28: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/./../../../libraries/liblmdb/midl.c:196:16: danger: ‘<unknown>’ leaks here; was allocated at [(6)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def290]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:73:14: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘x’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:190:1: enter_function: entry to ‘mdb_attr_index_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:206:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:213:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:213:12: branch_false: following ‘false’ branch (when ‘argc <= 1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:226:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:252:11: branch_false: following ‘false’ branch (when ‘mask != 0’)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:264:22: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:273:21: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:273:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:301:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:304:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:321:27: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:321:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:428:22: call_function: calling ‘ainfo_insert’ from ‘mdb_attr_index_config’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def291]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:432:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:190:1: enter_function: entry to ‘mdb_attr_index_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:206:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:213:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:213:12: branch_true: following ‘true’ branch (when ‘argc > 1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:214:27: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:216:19: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:235:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:248:30: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:252:11: branch_false: following ‘false’ branch (when ‘mask != 0’)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:264:22: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:273:21: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:273:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:301:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:304:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:321:27: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:321:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:428:22: call_function: calling ‘ainfo_insert’ from ‘mdb_attr_index_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:428:22: return_function: returning to ‘mdb_attr_index_config’ from ‘ainfo_insert’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:429:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:430:39: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:430:39: call_function: calling ‘mdb_attr_mask’ from ‘mdb_attr_index_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:430:39: return_function: returning to ‘mdb_attr_index_config’ from ‘mdb_attr_mask’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:432:33: danger: dereference of NULL ‘mdb_attr_mask(mdb, ad)’
Error: COMPILER_WARNING (CWE-1164): [#def292]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c: scope_hint: In function ‘mdb_attr_multi_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:581:1: warning[-Wunused-label]: label ‘fail’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def293]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:595:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:518:1: enter_function: entry to ‘mdb_attr_multi_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:533:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:540:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:541:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:545:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:548:12: branch_false: following ‘false’ branch (when ‘hi >= lo’)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:557:22: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:562:21: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:562:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:568:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:571:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:585:34: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:591:22: call_function: calling ‘ainfo_insert’ from ‘mdb_attr_multi_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:591:22: return_function: returning to ‘mdb_attr_multi_config’ from ‘ainfo_insert’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:592:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:593:39: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:593:39: call_function: calling ‘mdb_attr_mask’ from ‘mdb_attr_multi_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:593:39: return_function: returning to ‘mdb_attr_multi_config’ from ‘mdb_attr_mask’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:595:30: danger: dereference of NULL ‘mdb_attr_mask(mdb, ad)’
Error: COMPILER_WARNING (CWE-1164): [#def294]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c: scope_hint: In function ‘mdb_ad_read’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/attr.c:778:1: warning[-Wunused-label]: label ‘done’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def295]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/config.c:50:31: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-562): [#def296]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/config.c:412: error[invalidLifetime]: Using object that points to local variable 'mask' that is out of scope.
Error: COMPILER_WARNING: [#def297]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/config.c: scope_hint: In function ‘mdb_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/config.c:883:68: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 4123 bytes into a region of size 256
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 17 and 4267 bytes into a destination of size 256
Error: COMPILER_WARNING: [#def298]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c: scope_hint: In function ‘mdb_dn2id’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:315:33: warning[-Wdangling-pointer=]: storing the address of local variable ‘dn’ in ‘matched_134(D)->bv_val’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:306:14: note: ‘dn’ declared here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:296:26: note: ‘matched’ declared here
Error: COMPILER_WARNING (CWE-563): [#def299]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:563:29: warning[-Wunused-but-set-variable]: variable ‘len’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def300]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c: scope_hint: In function ‘mdb_id2name’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:563:34: warning[-Wunused-but-set-variable]: variable ‘nlen’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def301]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:609: error[uninitvar]: Uninitialized variable: dn
Error: CPPCHECK_WARNING (CWE-457): [#def302]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/dn2id.c:611: error[uninitvar]: Uninitialized variable: ndn
Error: COMPILER_WARNING (CWE-563): [#def303]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/filterindex.c: scope_hint: In function ‘ext_candidates’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/filterindex.c:525:29: warning[-Wunused-but-set-variable]: variable ‘scope’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def304]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c: scope_hint: In function ‘mdb_id2v_compare’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:50:13: warning[-Wunused-variable]: unused variable ‘rc’
Error: COMPILER_WARNING (CWE-563): [#def305]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:75:13: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def306]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c: scope_hint: In function ‘mdb_id2v_dupsort’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:75:24: warning[-Wunused-variable]: unused variable ‘olen’
Error: COMPILER_WARNING (CWE-563): [#def307]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c: scope_hint: In function ‘mdb_mval_del’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:166:15: warning[-Wunused-variable]: unused variable ‘ptr’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def308]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1059:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘a’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1035:5: enter_function: entry to ‘mdb_entry_decode’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1053:13: call_function: calling ‘mdb_entry_alloc’ from ‘mdb_entry_decode’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1053:13: return_function: returning to ‘mdb_entry_decode’ from ‘mdb_entry_alloc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1055:12: branch_false: following ‘false’ branch (when ‘nvals != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1058:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1058:9: release_memory: ‘a’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/id2entry.c:1059:9: danger: dereference of NULL ‘a’
Error: COMPILER_WARNING (CWE-1164): [#def309]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/idl.c:206:12: warning[-Wunused-function]: ‘mdb_idl_delete’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def310]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/index.c: scope_hint: In function ‘mdb_index_param’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/index.c:84:27: warning[-Wunused-but-set-variable]: variable ‘type’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def311]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/index.c: scope_hint: In function ‘indexer’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/index.c:179:15: warning[-Wunused-but-set-variable]: variable ‘err’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def312]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/modrdn.c: scope_hint: In function ‘mdb_modrdn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/modrdn.c:44:26: warning[-Wunused-but-set-variable]: variable ‘new_parent_dn’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def313]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/monitor.c: scope_hint: In function ‘mdb_monitor_free’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/monitor.c:275:28: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-252): [#def314]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/monitor.c: scope_hint: In function ‘mdb_monitor_db_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/monitor.c:487:25: warning[-Wunused-result]: ignoring return value of ‘getcwd’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-563): [#def315]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/search.c: scope_hint: In function ‘mdb_search’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/search.c:430:26: warning[-Wunused-but-set-variable]: variable ‘attrs’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def316]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/search.c:1180:51: warning[-Wmaybe-uninitialized]: ‘cscope’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/search.c:423:51: note: ‘cscope’ was declared here
Error: COMPILER_WARNING (CWE-1164): [#def317]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/tools.c:1253:1: warning[-Wunused-function]: ‘mdb_tool_index_task’ defined but not used
Error: COMPILER_WARNING: [#def318]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def319]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-mdb/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def320]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:110:32: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-476): [#def321]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:733:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1089:1: enter_function: entry to ‘meta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1113:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1582:30: call_function: calling ‘meta_subtree_unparse’ from ‘meta_back_cf_gen’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def322]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:770:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1089:1: enter_function: entry to ‘meta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1940:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2157:22: call_function: calling ‘meta_subtree_config’ from ‘meta_back_cf_gen’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def323]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:779:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1089:1: enter_function: entry to ‘meta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1940:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2157:22: call_function: calling ‘meta_subtree_config’ from ‘meta_back_cf_gen’
Error: COMPILER_WARNING: [#def324]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c: scope_hint: In function ‘meta_subtree_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:870:75: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: GCC_ANALYZER_WARNING (CWE-476): [#def325]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1364:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1113:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1364:49: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def326]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1390:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1113:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1390:30: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def327]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1586:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1113:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1586:30: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def328]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1738:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1621:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1738:30: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def329]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1752:38: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1621:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1751:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1752:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1752:38: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def330]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1758:38: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1621:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1751:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1758:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1758:38: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def331]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1857:71: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1621:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1857:71: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def332]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1882:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1621:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1881:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1882:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1882:33: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def333]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1886:67: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1103:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1105:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1621:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1881:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1886:43: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1886:67: danger: dereference of NULL ‘mt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def334]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2157:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1919:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1919:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2157:22: danger: use of uninitialized value ‘mt’ here
Error: COMPILER_WARNING: [#def335]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c: scope_hint: In function ‘meta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2171:75: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 219
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 38 or more bytes (assuming 293) into a destination of size 256
Error: COMPILER_WARNING (CWE-457): [#def336]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c: scope_hint: In function ‘meta_back_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2177:26: warning[-Wmaybe-uninitialized]: ‘mt’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1092:26: note: ‘mt’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def337]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2255:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2248:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2255:42: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2255:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def338]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2297:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2297:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def339]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2299:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2296:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2299:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def340]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2305:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2305:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def341]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2307:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2304:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2307:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def342]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2320:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2313:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2320:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2320:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def343]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2348:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2341:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2348:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2348:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def344]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2443:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2436:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2443:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2443:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def345]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2595:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2595:22: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def346]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2623:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2622:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2623:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2623:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def347]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2625:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2622:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2625:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2625:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def348]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2638:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mt’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1919:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1919:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2638:22: danger: use of uninitialized value ‘mt’ here
Error: COMPILER_WARNING (CWE-457): [#def349]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2692:35: warning[-Wmaybe-uninitialized]: ‘i’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1095:13: note: ‘i’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def350]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2871:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2871:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def351]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2882:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2875:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2882:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2882:17: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def352]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2888:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2887:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2888:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2888:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def353]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2890:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2887:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2890:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2890:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def354]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2897:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2896:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2897:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2897:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def355]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2899:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2896:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2899:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2899:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def356]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2906:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2905:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2906:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2906:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def357]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2909:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2905:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2908:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2908:27: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2909:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2909:25: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def358]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2911:71: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1097:9: branch_true: following ‘true’ branch (when ‘mi’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1099:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1112:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1620:19: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1918:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1938:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1942:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1943:28: branch_false: following ‘false’ branch (when ‘mt’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:1950:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2905:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2908:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2908:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2911:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2911:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2911:71: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/config.c:2911:71: danger: dereference of NULL ‘mc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def359]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:280:58: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1019:1: enter_function: entry to ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1052:17: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1077:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1082:1: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1084:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1086:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1095:28: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1107:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1119:20: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1316:12: branch_false: following ‘false’ branch (when ‘op_type != 1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1474:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1474:20: branch_true: following ‘true’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: call_function: calling ‘metaconn_alloc’ from ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: return_function: returning to ‘meta_back_getconn’ from ‘metaconn_alloc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1477:39: release_memory: ‘metaconn_alloc(op)’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1480:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1483:37: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1483:35: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1488:30: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1489:55: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1493:28: branch_true: following ‘true’ branch (when ‘cached == i’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1502:44: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1502:44: call_function: calling ‘meta_back_init_one_conn’ from ‘meta_back_getconn’
Error: COMPILER_WARNING (CWE-563): [#def360]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c: scope_hint: In function ‘meta_back_get_candidate’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:919:33: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def361]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1244:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘metaconn_alloc(op)’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1019:1: enter_function: entry to ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1052:17: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1077:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1082:1: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1084:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1086:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1095:28: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1107:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1119:20: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1207:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1234:20: branch_true: following ‘true’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1236:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1236:30: call_function: calling ‘metaconn_alloc’ from ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1236:30: return_function: returning to ‘meta_back_getconn’ from ‘metaconn_alloc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1237:39: release_memory: ‘metaconn_alloc(op)’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1240:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1243:30: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1243:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1244:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1244:33: danger: dereference of NULL ‘metaconn_alloc(op)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def362]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1247:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘metaconn_alloc(op)’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1019:1: enter_function: entry to ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1052:17: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1077:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1082:1: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1084:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1086:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1095:28: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1107:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1119:20: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1207:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1234:20: branch_true: following ‘true’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1236:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1236:30: call_function: calling ‘metaconn_alloc’ from ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1236:30: return_function: returning to ‘meta_back_getconn’ from ‘metaconn_alloc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1237:39: release_memory: ‘metaconn_alloc(op)’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1240:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1243:30: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1243:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1246:37: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1246:35: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1247:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1247:33: danger: dereference of NULL ‘metaconn_alloc(op)’
Error: COMPILER_WARNING (CWE-563): [#def363]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1317:42: warning[-Wunused-but-set-variable]: variable ‘mt’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def364]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c: scope_hint: In function ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1318:42: warning[-Wunused-but-set-variable]: variable ‘msc’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def365]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1481:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘metaconn_alloc(op)’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1019:1: enter_function: entry to ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1052:17: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1077:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1082:1: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1084:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1086:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1095:28: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1107:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1119:20: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1316:12: branch_false: following ‘false’ branch (when ‘op_type != 1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1474:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1474:20: branch_true: following ‘true’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: call_function: calling ‘metaconn_alloc’ from ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: return_function: returning to ‘meta_back_getconn’ from ‘metaconn_alloc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1477:39: release_memory: ‘metaconn_alloc(op)’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1480:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1481:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1481:33: danger: dereference of NULL ‘metaconn_alloc(op)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def366]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1484:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘metaconn_alloc(op)’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1019:1: enter_function: entry to ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1052:17: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1077:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1082:1: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1084:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1086:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1095:28: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1107:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1119:20: branch_false: following ‘false’ branch (when ‘mc’ is NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1316:12: branch_false: following ‘false’ branch (when ‘op_type != 1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1474:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1474:20: branch_true: following ‘true’ branch (when ‘mc’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: call_function: calling ‘metaconn_alloc’ from ‘meta_back_getconn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1476:30: return_function: returning to ‘meta_back_getconn’ from ‘metaconn_alloc’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1477:39: release_memory: ‘metaconn_alloc(op)’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1480:28: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1483:37: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1483:35: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1484:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/conn.c:1484:33: danger: dereference of NULL ‘metaconn_alloc(op)’
Error: CPPCHECK_WARNING (CWE-457): [#def367]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/dncache.c:105: error[uninitvar]: Uninitialized variables: tmp_entry.target, tmp_entry.lastupdated
Error: CPPCHECK_WARNING (CWE-457): [#def368]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/dncache.c:161: warning[uninitvar]: Uninitialized variables: tmp_entry.target, tmp_entry.lastupdated
Error: CPPCHECK_WARNING (CWE-457): [#def369]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/dncache.c:212: error[uninitvar]: Uninitialized variables: tmp_entry.target, tmp_entry.lastupdated
Error: COMPILER_WARNING (CWE-563): [#def370]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/init.c: scope_hint: In function ‘meta_back_db_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/init.c:243:28: warning[-Wunused-variable]: unused variable ‘rc’
Error: CPPCHECK_WARNING (CWE-457): [#def371]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/map.c:136: warning[uninitvar]: Uninitialized variable: fmapping.dst
Error: COMPILER_WARNING (CWE-563): [#def372]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/search.c:781:25: warning[-Wunused-but-set-variable]: variable ‘last’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def373]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/search.c: scope_hint: In function ‘meta_back_search’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/search.c:985:25: warning[-Wunused-but-set-variable]: variable ‘doabandon’ set but not used
Error: COMPILER_WARNING: [#def374]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/search.c:1496:60: warning[-Wformat-truncation=]: ‘ meta_back_search[’ directive output may be truncated writing 18 bytes into a region of size between 1 and 256
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/search.c:1496:57: note: directive argument in the range [0, 2147483646]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/search.c:1496:57: note: directive argument in the range [-2147483648, 2147483647]
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 36 and 310 bytes into a destination of size 256
Error: COMPILER_WARNING: [#def375]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def376]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-meta/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def377]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c:86:17: warning[-Wunused-variable]: unused variable ‘ep’
Error: COMPILER_WARNING (CWE-563): [#def378]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c: scope_hint: In function ‘monitor_cache_add’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c:86:29: warning[-Wunused-variable]: unused variable ‘prev’
Error: CPPCHECK_WARNING (CWE-457): [#def379]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c:209: error[uninitvar]: Uninitialized variable: tmp_mc.mc_e
Error: COMPILER_WARNING (CWE-1164): [#def380]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c: scope_hint: In function ‘monitor_cache_remove’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c:243:1: warning[-Wunused-label]: label ‘retry’ defined but not used
Error: CPPCHECK_WARNING (CWE-457): [#def381]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/cache.c:248: error[uninitvar]: Uninitialized variable: tmp_mc.mc_e
Error: COMPILER_WARNING (CWE-563): [#def382]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c: scope_hint: In function ‘monitor_subsys_overlay_init_one’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:117:34: warning[-Wunused-but-set-variable]: variable ‘bi’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def383]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c: scope_hint: In function ‘monitor_subsys_database_init_one’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:370:37: warning[-Wmaybe-uninitialized]: ‘e_overlay’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:363:34: note: ‘e_overlay’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def384]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:656:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘be’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:640:12: branch_false: following ‘false’ branch (when ‘i == 1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:644:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:644:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/database.c:656:14: danger: dereference of NULL ‘be’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def385]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:808:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘elpp’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2224:1: enter_function: entry to ‘monitor_back_db_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2245:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2246:12: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2273:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2280:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2283:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2314:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2315:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2318:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2320:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2399:12: branch_true: following ‘true’ branch...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2402:25: branch_true: following ‘true’ branch (when ‘el’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2406:34: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2402:25: branch_true: following ‘true’ branch (when ‘el’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2406:34: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:2416:38: call_function: calling ‘monitor_back_register_entry_parent’ from ‘monitor_back_db_open’
Error: COMPILER_WARNING (CWE-665): [#def386]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c: scope_hint: In function ‘monitor_back_initialize’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/init.c:1642:43: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def387]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def388]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-monitor/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def389]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-null/null.c:36:32: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def390]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-null/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def391]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-null/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def392]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-passwd/config.c:43:34: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def393]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-passwd/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def394]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-passwd/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def395]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c:29:32: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def396]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c: scope_hint: At top level
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c:68:18: warning[-Wunused-variable]: ‘ovperlocs’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def397]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c: scope_hint: In function ‘perl_cf’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c:116:13: warning[-Wunused-but-set-variable]: variable ‘loc_sv’ set but not used
Error: COMPILER_WARNING: [#def398]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c: scope_hint: In function ‘perl_cf’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/config.c:184:76: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 4123 bytes into a region of size 256
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 9 or more bytes (assuming 4132) into a destination of size 256
Error: COMPILER_WARNING: [#def399]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def400]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-perl/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def401]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/init.c:33:33: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-476): [#def402]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:149:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rs’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:315:1: enter_function: entry to ‘relay_back_has_subordinates’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:320:14: call_function: calling ‘relay_back_select_backend’ from ‘relay_back_has_subordinates’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def403]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:164:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rs’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:315:1: enter_function: entry to ‘relay_back_has_subordinates’
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:320:14: call_function: calling ‘relay_back_select_backend’ from ‘relay_back_has_subordinates’
Error: CPPCHECK_WARNING (CWE-562): [#def404]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/op.c:210: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING: [#def405]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def406]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-relay/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-665): [#def407]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-sock/config.c:46:30: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def408]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-sock/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def409]
openldap-2.6.9/openldap-2.6.9/servers/slapd/back-sock/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def410]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:81:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘on’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1209:1: enter_function: entry to ‘glue_tool_entry_put’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1219:37: call_function: calling ‘glue_tool_inst’ from ‘glue_tool_entry_put’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1219:37: return_function: returning to ‘glue_tool_entry_put’ from ‘glue_tool_inst’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1219:9: release_memory: ‘b2.bd_info’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1220:14: call_function: calling ‘glue_back_select’ from ‘glue_tool_entry_put’
Error: CPPCHECK_WARNING (CWE-562): [#def411]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:461: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def412]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:861:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:841:1: enter_function: entry to ‘glue_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:845:29: call_function: calling ‘glue_tool_inst’ from ‘glue_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:845:29: return_function: returning to ‘glue_open’ from ‘glue_tool_inst’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:851:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:853:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:856:12: branch_true: following ‘true’ branch...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:857:29: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:860:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:861:33: danger: dereference of NULL ‘glue_tool_inst(bi)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def413]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:883:39: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:841:1: enter_function: entry to ‘glue_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:845:29: call_function: calling ‘glue_tool_inst’ from ‘glue_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:845:29: return_function: returning to ‘glue_open’ from ‘glue_tool_inst’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:851:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:853:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:856:12: branch_true: following ‘true’ branch...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:857:29: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:883:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:883:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:883:39: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:883:39: danger: dereference of NULL ‘glue_tool_inst(bi)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def414]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1292:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1279:1: enter_function: entry to ‘glue_tool_sync’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1283:31: call_function: calling ‘glue_tool_inst’ from ‘glue_tool_sync’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1283:31: return_function: returning to ‘glue_tool_sync’ from ‘glue_tool_inst’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backglue.c:1292:23: danger: dereference of NULL ‘glue_tool_inst(*b0.bd_info)’
Error: CPPCHECK_WARNING (CWE-562): [#def415]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:239: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def416]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:295: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def417]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:360: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def418]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:435: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def419]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:517: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def420]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:590: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def421]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:754: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def422]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:769:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cb’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:842:1: enter_function: entry to ‘over_op_extended’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:844:16: call_function: calling ‘over_op_func’ from ‘over_op_extended’
Error: COMPILER_WARNING (CWE-457): [#def423]
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c: scope_hint: In function ‘over_op_func’
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:769:28: warning[-Wmaybe-uninitialized]: ‘cb’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/backover.c:741:24: note: ‘cb’ was declared here
Error: COMPILER_WARNING (CWE-665): [#def424]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:293:45: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-665): [#def425]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:951:34: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-457): [#def426]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:1679: warning[uninitvar]: Uninitialized variable: *prev
Error: CPPCHECK_WARNING (CWE-457): [#def427]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:2255: warning[uninitvar]: Uninitialized variable: sv
Error: COMPILER_WARNING (CWE-457): [#def428]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c: scope_hint: In function ‘config_generic’
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:2255:37: warning[-Wmaybe-uninitialized]: ‘svtail’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:2220:48: note: ‘svtail’ was declared here
Error: CPPCHECK_WARNING (CWE-562): [#def429]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6428: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-457): [#def430]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6640:29: warning[-Wmaybe-uninitialized]: ‘ixnew’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6440:20: note: ‘ixnew’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def431]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c: scope_hint: In function ‘config_back_modrdn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6657:20: warning[-Wmaybe-uninitialized]: ‘ixold’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6440:13: note: ‘ixold’ was declared here
Error: CPPCHECK_WARNING (CWE-562): [#def432]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6687: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def433]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:6864: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-457): [#def434]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bconfig.c:7571: warning[uninitvar]: Uninitialized variables: vl.vl_next, vl.vl_ptr
Error: COMPILER_WARNING (CWE-1164): [#def435]
openldap-2.6.9/openldap-2.6.9/servers/slapd/bind.c: scope_hint: In function ‘fe_op_lastbind’
openldap-2.6.9/openldap-2.6.9/servers/slapd/bind.c:506:1: warning[-Wunused-label]: label ‘done’ defined but not used
Error: COMPILER_WARNING (CWE-681): [#def436]
openldap-2.6.9/openldap-2.6.9/servers/slapd/config.c: scope_hint: In function ‘config_find_keyword’
openldap-2.6.9/openldap-2.6.9/servers/slapd/config.c:137:56: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘lutil_b64_pton’ differ in signedness
openldap-2.6.9/openldap-2.6.9/include/portable.h:1189: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/servers/slapd/config.c:27: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/include/lutil.h:55:9: note: expected ‘unsigned char *’ but argument is of type ‘char *’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING (CWE-563): [#def437]
openldap-2.6.9/openldap-2.6.9/servers/slapd/controls.c: scope_hint: In function ‘register_control_exop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/controls.c:385:16: warning[-Wunused-variable]: unused variable ‘extendedops’
Error: COMPILER_WARNING (CWE-563): [#def438]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c: scope_hint: In function ‘slapd_remove’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:458:17: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1161:9: note: in expansion of macro ‘SLAP_SOCK_DEL’
Error: CPPCHECK_WARNING (CWE-476): [#def439]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1391: warning[nullPointer]: Possible null pointer dereference: host
Error: GCC_ANALYZER_WARNING (CWE-688): [#def440]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1391:22: warning[-Wanalyzer-null-argument]: use of NULL ‘host’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1505:1: enter_function: entry to ‘slap_open_listener’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1530:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1537:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1554:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1559:56: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1569:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1584:24: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:1587:31: call_function: calling ‘slap_get_listener_addresses’ from ‘slap_open_listener’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def441]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2137:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘accept(*sl.sl_sd, & from, & len)’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2124:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2130:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2137:9: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2146:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2174:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2174:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2183:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2137:9: danger: ‘accept(*sl.sl_sd, & from, & len)’ leaks here
Error: COMPILER_WARNING (CWE-563): [#def442]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2657:45: warning[-Wunused-but-set-variable]: variable ‘nwriters’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def443]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:2659:41: warning[-Wunused-but-set-variable]: variable ‘nfds’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def444]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c: scope_hint: In function ‘slapd_daemon_task’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3057:48: warning[-Wunused-but-set-variable]: variable ‘r’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def445]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3558:38: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**slap_listeners.sl_sd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3558:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3559:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3558:38: danger: ‘**slap_listeners.sl_sd’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def446]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3559:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**slap_listeners.sl_sd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3558:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3559:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3558:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3559:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3559:17: danger: ‘**slap_listeners.sl_sd’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def447]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3569:38: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**slap_listeners.sl_sd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3569:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3570:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3569:38: danger: ‘**slap_listeners.sl_sd’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def448]
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3570:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**slap_listeners.sl_sd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3569:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3570:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3569:19: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3570:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/daemon.c:3570:17: danger: ‘**slap_listeners.sl_sd’ leaks here
Error: CPPCHECK_WARNING (CWE-562): [#def449]
openldap-2.6.9/openldap-2.6.9/servers/slapd/delete.c:202: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-563): [#def450]
openldap-2.6.9/openldap-2.6.9/servers/slapd/entry.c: scope_hint: In function ‘entry_decode’
openldap-2.6.9/openldap-2.6.9/servers/slapd/entry.c:818:27: warning[-Wunused-but-set-variable]: variable ‘nvals’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def451]
openldap-2.6.9/openldap-2.6.9/servers/slapd/extended.c: scope_hint: In function ‘fe_extended’
openldap-2.6.9/openldap-2.6.9/servers/slapd/extended.c:203:33: warning[-Wunused-but-set-variable]: variable ‘reqdata’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def452]
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c: scope_hint: In function ‘slap_debug_print’
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:143:57: warning[-Wunused-value]: value computed is not used
Error: COMPILER_WARNING (CWE-563): [#def453]
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:144:49: warning[-Wunused-value]: value computed is not used
Error: COMPILER_WARNING (CWE-563): [#def454]
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:161:57: warning[-Wunused-value]: value computed is not used
Error: COMPILER_WARNING (CWE-563): [#def455]
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:162:49: warning[-Wunused-value]: value computed is not used
Error: GCC_ANALYZER_WARNING: [#def456]
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:260:17: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘strcpy’
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:74:1: enter_function: entry to ‘slap_debug_print’
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:125:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:126:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:132:28: branch_true: following ‘true’ branch (when ‘rotate != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:134:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/logging.c:153:44: call_function: calling ‘logfile_open’ from ‘slap_debug_print’
Error: COMPILER_WARNING (CWE-252): [#def457]
openldap-2.6.9/openldap-2.6.9/servers/slapd/main.c: scope_hint: In function ‘main’
openldap-2.6.9/openldap-2.6.9/servers/slapd/main.c:858:17: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-563): [#def458]
openldap-2.6.9/openldap-2.6.9/servers/slapd/modify.c: scope_hint: In function ‘slap_mods_opattrs’
openldap-2.6.9/openldap-2.6.9/servers/slapd/modify.c:874:41: warning[-Wunused-but-set-variable]: variable ‘modlast’ set but not used
Error: CPPCHECK_WARNING (CWE-562): [#def459]
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:354: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def460]
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:513:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:449:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:452:14: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:454:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:465:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:465:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:477:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:480:26: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:512:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:512:12: branch_true: following ‘true’ branch...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:513:41: release_memory: ‘0’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:513:41: release_memory: ‘0’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/modrdn.c:513:34: danger: dereference of NULL ‘old_rdn + (long unsigned int)d_cnt * 8’
Error: COMPILER_WARNING (CWE-665): [#def461]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:112:34: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def462]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c: scope_hint: In function ‘accesslog_purge’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:705:14: warning[-Wunused-variable]: unused variable ‘csnbuf’
Error: COMPILER_WARNING (CWE-1164): [#def463]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c: scope_hint: In function ‘accesslog_response’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:2027:1: warning[-Wunused-label]: label ‘done’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def464]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c: scope_hint: In function ‘accesslog_op_mod’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:2114:21: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def465]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:2127:21: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def466]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c: scope_hint: In function ‘accesslog_db_root’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:2399:13: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def467]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:2631:26: warning[-Wunused-variable]: unused variable ‘c2’
Error: COMPILER_WARNING (CWE-563): [#def468]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c: scope_hint: In function ‘check_rdntime_syntax’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/accesslog.c:2682:31: warning[-Wunused-variable]: unused variable ‘end_num’
Error: COMPILER_WARNING (CWE-665): [#def469]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/auditlog.c:40:36: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def470]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:47:9: warning: ‘X509_get_notBefore’ redefined
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:35: included_from: Included from here.
/usr/include/openssl/x509.h:872:11: note: this is the location of the previous definition
Error: COMPILER_WARNING: [#def471]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:47:9: warning[warning]: ‘X509_get_notBefore’ redefined
Error: COMPILER_WARNING: [#def472]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:48:9: warning: ‘X509_get_notAfter’ redefined
/usr/include/openssl/x509.h:873:11: note: this is the location of the previous definition
Error: COMPILER_WARNING: [#def473]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:48:9: warning[warning]: ‘X509_get_notAfter’ redefined
Error: CPPCHECK_WARNING (CWE-562): [#def474]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:452: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def475]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:561: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-665): [#def476]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/autoca.c:728:35: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-665): [#def477]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/collect.c:54:35: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-562): [#def478]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/collect.c:344: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-563): [#def479]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/collect.c: scope_hint: In function ‘collect_response’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/collect.c:366:21: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-665): [#def480]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c:90:38: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def481]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c: scope_hint: In function ‘constraint_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c:319:98: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 216
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output 41 or more bytes (assuming 1064) into a destination of size 256
Error: COMPILER_WARNING (CWE-563): [#def482]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c: scope_hint: In function ‘constraint_cf_gen’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c:327:40: warning[-Wunused-variable]: unused variable ‘size’
Error: COMPILER_WARNING (CWE-563): [#def483]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c:335:40: warning[-Wunused-variable]: unused variable ‘count’
Error: COMPILER_WARNING (CWE-563): [#def484]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c: scope_hint: In function ‘constraint_check_count_violation’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c:892:19: warning[-Wunused-variable]: unused variable ‘b’
Error: COMPILER_WARNING (CWE-563): [#def485]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c: scope_hint: In function ‘constraint_update’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/constraint.c:1017:26: warning[-Wunused-variable]: unused variable ‘ce’
Error: COMPILER_WARNING (CWE-665): [#def486]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dds.c:1240:32: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-457): [#def487]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:85: warning[uninitvar]: Uninitialized variable: ap
Error: GCC_ANALYZER_WARNING (CWE-457): [#def488]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:85:32: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ap’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:72:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:81:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:82:35: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:85:32: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:85:32: danger: use of uninitialized value ‘ap’ here
Error: COMPILER_WARNING (CWE-457): [#def489]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c: scope_hint: In function ‘dgroup_cf’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:85:34: warning[-Wmaybe-uninitialized]: ‘ap’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:79:40: note: ‘ap’ was declared here
Error: COMPILER_WARNING (CWE-665): [#def490]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dyngroup.c:127:34: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-457): [#def491]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c: scope_hint: In function ‘dynlist_filter_dup’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1421:17: warning[-Wmaybe-uninitialized]: ‘n’ may be used uninitialized
Error: GCC_ANALYZER_WARNING (CWE-457): [#def492]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1957:60: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘opattrs’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1884:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1887:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1896:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1902:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1902:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1908:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1908:35: branch_true: following ‘true’ branch (when ‘dli’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1913:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1913:20: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1925:51: branch_true: following ‘true’ branch (when ‘dlm’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1926:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1926:36: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1930:46: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1945:44: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1952:54: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1952:52: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1957:60: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1957:60: danger: use of uninitialized value ‘opattrs’ here
Error: COMPILER_WARNING (CWE-457): [#def493]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c: scope_hint: In function ‘dynlist_search’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1957:60: warning[-Wmaybe-uninitialized]: ‘opattrs’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1882:13: note: ‘opattrs’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def494]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1964:60: warning[-Wmaybe-uninitialized]: ‘userattrs’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:1882:22: note: ‘userattrs’ was declared here
Error: COMPILER_WARNING (CWE-665): [#def495]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/dynlist.c:2139:30: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-665): [#def496]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:152:35: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def497]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c: scope_hint: In function ‘traverse_tar_pre’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1292:17: warning[-Wstringop-truncation]: ‘strncpy’ specified bound 100 equals destination size
Error: COMPILER_WARNING: [#def498]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1301:33: warning[-Wformat-truncation=]: ‘%06lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1301:32: note: directive argument in the range [0, 4294967295]
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 8 and 13 bytes into a destination of size 8
Error: COMPILER_WARNING: [#def499]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c: scope_hint: In function ‘traverse_tar_pre’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1302:33: warning[-Wformat-truncation=]: ‘%06lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1302:32: note: directive argument in the range [0, 4294967295]
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 8 and 13 bytes into a destination of size 8
Error: CPPCHECK_WARNING (CWE-457): [#def500]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1855: error[legacyUninitvar]: Uninitialized variable: new_presence
Error: COMPILER_WARNING (CWE-457): [#def501]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c: scope_hint: In function ‘homedir_mod_response’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1880:50: warning[-Wmaybe-uninitialized]: ‘new_presence’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/homedir.c:1810:43: note: ‘new_presence’ declared here
Error: COMPILER_WARNING (CWE-665): [#def502]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/memberof.c:1759:31: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def503]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/memberof.c: scope_hint: In function ‘memberof_db_open’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/memberof.c:2186:25: warning[-Wunused-variable]: unused variable ‘rc’
Error: COMPILER_WARNING (CWE-665): [#def504]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/nestgroup.c:211:34: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def505]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/nestgroup.c: scope_hint: In function ‘nestgroup_memberFilter’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/nestgroup.c:428:29: warning[-Wunused-variable]: unused variable ‘j’
Error: COMPILER_WARNING (CWE-563): [#def506]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/nestgroup.c: scope_hint: In function ‘nestgroup_memberOfFilter’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/nestgroup.c:544:29: warning[-Wunused-variable]: unused variable ‘j’
Error: COMPILER_WARNING (CWE-457): [#def507]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:761:12: warning[-Wmaybe-uninitialized]: ‘expiry_time’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c: scope_hint: In function ‘pcache_db_open2’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:610:25: note: ‘expiry_time’ was declared here
Error: CPPCHECK_WARNING (CWE-562): [#def508]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:864: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def509]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:1814: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def510]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:2140: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def511]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:2269: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def512]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:2620: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def513]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3424: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def514]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3589:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ttl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3522:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3527:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3536:37: branch_true: following ‘true’ branch (when ‘templ’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3538:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3542:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3552:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3555:48: branch_true: following ‘true’ branch (when ‘query’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3556:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3589:37: danger: use of uninitialized value ‘ttl’ here
Error: COMPILER_WARNING (CWE-457): [#def515]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c: scope_hint: In function ‘consistency_check’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3589:49: warning[-Wmaybe-uninitialized]: ‘ttl’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3537:24: note: ‘ttl’ was declared here
Error: COMPILER_WARNING (CWE-665): [#def516]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:3685:30: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def517]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c: scope_hint: In function ‘pcache_monitor_free’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/pcache.c:5488:25: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-665): [#def518]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:451:35: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-457): [#def519]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1168:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘bd’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1932:1: enter_function: entry to ‘ppolicy_bind’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1943:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1949:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1952:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1956:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1977:22: call_function: calling ‘ppolicy_get’ from ‘ppolicy_bind’
Error: COMPILER_WARNING (CWE-457): [#def520]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c: scope_hint: In function ‘ppolicy_get’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1168:26: warning[-Wmaybe-uninitialized]: ‘bd’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:958:20: note: ‘bd’ was declared here
Error: COMPILER_WARNING (CWE-563): [#def521]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c: scope_hint: In function ‘check_password_quality’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1280:29: warning[-Wunused-variable]: unused variable ‘prog’
Error: COMPILER_WARNING: [#def522]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c: scope_hint: In function ‘ppolicy_bind_response’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:1575:95: warning[-Wformat-truncation=]: ‘__snprintf_chk’ output may be truncated before the last format character
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 9 and 10 bytes into a destination of size 9
Error: COMPILER_WARNING (CWE-563): [#def523]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c: scope_hint: In function ‘ppolicy_account_usability_entry_cb’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/ppolicy.c:2057:22: warning[-Wunused-variable]: unused variable ‘ctrl’
Error: COMPILER_WARNING (CWE-665): [#def524]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/refint.c:111:34: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-681): [#def525]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/refint.c: scope_hint: In function ‘refint_search_cb’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/refint.c:562:96: warning[-Wpointer-sign]: pointer targets in passing argument 4 of ‘attr_valfind’ differ in signedness
openldap-2.6.9/openldap-2.6.9/include/portable.h:1189: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/refint.c:22: included_from: Included from here.
openldap-2.6.9/openldap-2.6.9/servers/slapd/proto-slap.h:282:19: note: expected ‘unsigned int *’ but argument is of type ‘int *’
openldap-2.6.9/openldap-2.6.9/include/ldap_cdefs.h:32:33: note: in definition of macro ‘LDAP_P’
Error: COMPILER_WARNING (CWE-563): [#def526]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/refint.c: scope_hint: In function ‘refint_response’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/refint.c:953:23: warning[-Wunused-variable]: unused variable ‘ip’
Error: COMPILER_WARNING (CWE-665): [#def527]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:96:38: warning[-Wmissing-braces]: missing braces around initializer
Error: GCC_ANALYZER_WARNING (CWE-476): [#def528]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:291:70: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘map’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:272:44: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:285:55: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:286:65: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:290:52: branch_true: following ‘true’ branch (when ‘pmap’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:291:70: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/remoteauth.c:291:70: danger: dereference of NULL ‘map’
Error: COMPILER_WARNING (CWE-665): [#def529]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/retcode.c:790:30: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def530]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/rwm.c: scope_hint: In function ‘rwm_op_add’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/rwm.c:280:33: warning[-Wunused-but-set-variable]: variable ‘i’ set but not used
Error: COMPILER_WARNING (CWE-665): [#def531]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/rwm.c: scope_hint: At top level
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/rwm.c:1946:31: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-477): [#def532]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/smbk5pwd.c:179:9: warning[-Wdeprecated-declarations]: ‘MD4_Init’ is deprecated: Since OpenSSL 3.0
Error: COMPILER_WARNING (CWE-477): [#def533]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/smbk5pwd.c:180:9: warning[-Wdeprecated-declarations]: ‘MD4_Update’ is deprecated: Since OpenSSL 3.0
Error: COMPILER_WARNING (CWE-477): [#def534]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/smbk5pwd.c:181:9: warning[-Wdeprecated-declarations]: ‘MD4_Final’ is deprecated: Since OpenSSL 3.0
Error: COMPILER_WARNING (CWE-665): [#def535]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/sssvlv.c:1281:35: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def536]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_findbase’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:500:21: warning[-Wunused-but-set-variable]: variable ‘rc’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def537]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_findcsn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:683:23: warning[-Wunused-but-set-variable]: variable ‘srs’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-457): [#def538]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:734:46: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘maxid’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:728:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:734:33: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:734:46: danger: use of uninitialized value ‘maxid’ here
Error: COMPILER_WARNING (CWE-457): [#def539]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_findcsn’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:734:46: warning[-Wmaybe-uninitialized]: ‘maxid’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:686:13: note: ‘maxid’ was declared here
Error: CPPCHECK_WARNING (CWE-562): [#def540]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:1330: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-563): [#def541]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:2020:21: warning[-Wunused-variable]: unused variable ‘se’
Error: COMPILER_WARNING (CWE-563): [#def542]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:2022:14: warning[-Wunused-variable]: unused variable ‘cbuf’
Error: COMPILER_WARNING (CWE-563): [#def543]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_play_sessionlog’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:2023:23: warning[-Wunused-variable]: unused variable ‘delcsn’
Error: COMPILER_WARNING (CWE-457): [#def544]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:2037:20: warning[-Wmaybe-uninitialized]: ‘minsid’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_op_search’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3132:13: note: ‘minsid’ was declared here
Error: COMPILER_WARNING (CWE-563): [#def545]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_op_response’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:2467:22: warning[-Wunused-variable]: unused variable ‘sm’
Error: COMPILER_WARNING (CWE-563): [#def546]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: In function ‘syncprov_op_search’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3251:29: warning[-Wunused-variable]: unused variable ‘sl’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def547]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3357:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘maxcsn.bv_val’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3143:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3145:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3145:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3150:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3158:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3235:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3237:12: branch_true: following ‘true’ branch (when ‘numcsns != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3238:60: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3250:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3256:20: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3256:20: branch_false: following ‘false’ branch (when ‘numcsns != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3262:23: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3287:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3307:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3309:32: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3356:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3356:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3357:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3357:25: danger: use of uninitialized value ‘maxcsn.bv_val’ here
Error: COMPILER_WARNING (CWE-665): [#def548]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c: scope_hint: At top level
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/syncprov.c:3695:30: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-665): [#def549]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:58:39: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-562): [#def550]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1273: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def551]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1283:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘save_cb’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1264:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1270:13: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1270:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1276:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1282:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1283:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1283:17: danger: use of uninitialized value ‘save_cb’ here
Error: COMPILER_WARNING (CWE-457): [#def552]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c: scope_hint: In function ‘translucent_bind’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1283:32: warning[-Wmaybe-uninitialized]: ‘save_cb’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/translucent.c:1258:36: note: ‘save_cb’ was declared here
Error: COMPILER_WARNING (CWE-665): [#def553]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/unique.c:89:34: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING (CWE-563): [#def554]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/unique.c: scope_hint: In function ‘unique_new_domain’
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/unique.c:335:13: warning[-Wunused-but-set-variable]: variable ‘uri_err’ set but not used
Error: CPPCHECK_WARNING (CWE-562): [#def555]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/unique.c:997: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-665): [#def556]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/valsort.c:58:38: warning[-Wmissing-braces]: missing braces around initializer
Error: COMPILER_WARNING: [#def557]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def558]
openldap-2.6.9/openldap-2.6.9/servers/slapd/overlays/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-457): [#def559]
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:102:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘idNul’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:49:5: enter_function: entry to ‘passwd_extop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:65:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:67:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:74:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:81:22: call_function: calling ‘slap_passwd_parse’ from ‘passwd_extop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:81:22: return_function: returning to ‘passwd_extop’ from ‘slap_passwd_parse’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:84:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:88:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:88:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:88:45: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:94:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:94:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:100:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:101:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:101:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:102:35: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:102:25: danger: use of uninitialized value ‘idNul’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def560]
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:108:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘idNul’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:49:5: enter_function: entry to ‘passwd_extop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:65:9: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:67:11: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:74:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:81:22: call_function: calling ‘slap_passwd_parse’ from ‘passwd_extop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:81:22: return_function: returning to ‘passwd_extop’ from ‘slap_passwd_parse’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:84:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:88:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:88:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:88:45: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:89:17: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:100:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:106:15: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:106:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:107:68: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:108:17: danger: use of uninitialized value ‘idNul’ here
Error: COMPILER_WARNING (CWE-457): [#def561]
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c: scope_hint: In function ‘passwd_extop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:108:38: warning[-Wmaybe-uninitialized]: ‘idNul’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:59:24: note: ‘idNul’ was declared here
Error: CPPCHECK_WARNING (CWE-562): [#def562]
openldap-2.6.9/openldap-2.6.9/servers/slapd/passwd.c:297: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def563]
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:56: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘e_flags’
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1044:16: release_memory: ‘e_flags’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1073:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1077:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1090:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1099:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1133:12: branch_false: following ‘false’ branch (when ‘rc != -1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1145:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1194:49: branch_true: following ‘true’ branch (when ‘a’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1195:39: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1200:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1224:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1224:20: branch_false: following ‘false’ branch (when ‘attrsonly == 0’)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1249:38: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1250:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1250:36: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:36: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:63: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:63: release_memory: ‘e_flags’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:63: release_memory: ‘e_flags’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1261:56: danger: dereference of NULL ‘e_flags + (long unsigned int)j * 8’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def564]
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:56: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘e_flags’
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1044:16: release_memory: ‘e_flags’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1073:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1077:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1090:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1099:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1133:12: branch_false: following ‘false’ branch (when ‘rc != -1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1145:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1361:49: branch_true: following ‘true’ branch (when ‘a’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1362:39: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1366:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1389:24: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1389:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1400:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1401:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1413:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1413:20: branch_true: following ‘true’ branch (when ‘attrsonly == 0’)...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1414:38: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1415:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1415:36: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:36: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:63: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:63: release_memory: ‘e_flags’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:63: release_memory: ‘e_flags’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/result.c:1426:56: danger: dereference of NULL ‘e_flags + (long unsigned int)j * 8’
Error: COMPILER_WARNING (CWE-563): [#def565]
openldap-2.6.9/openldap-2.6.9/servers/slapd/root_dse.c: scope_hint: In function ‘root_dse_info’
openldap-2.6.9/openldap-2.6.9/servers/slapd/root_dse.c:189:28: warning[-Wunused-variable]: unused variable ‘j’
Error: COMPILER_WARNING: [#def566]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c: scope_hint: In function ‘authzValidate’
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:318:17: warning[-Wstringop-truncation]: ‘strncpy’ specified bound 8192 equals destination size
Error: COMPILER_WARNING: [#def567]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c: scope_hint: In function ‘authzPrettyNormal’
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:630:17: warning[-Wstringop-truncation]: ‘strncpy’ specified bound 8192 equals destination size
Error: COMPILER_WARNING: [#def568]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c: scope_hint: In function ‘slap_parseURI’
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1062:17: warning[-Wstringop-truncation]: ‘strncpy’ specified bound 8192 equals destination size
Error: COMPILER_WARNING (CWE-563): [#def569]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1353:18: warning[-Wunused-variable]: unused variable ‘line’
Error: COMPILER_WARNING (CWE-563): [#def570]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c: scope_hint: In function ‘slap_sasl_rewrite_config’
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1354:23: warning[-Wunused-variable]: unused variable ‘bv’
Error: CPPCHECK_WARNING (CWE-457): [#def571]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1442: warning[uninitvar]: Uninitialized variable: rc
Error: CPPCHECK_WARNING (CWE-909): [#def572]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1528: error[uninitStructMember]: Uninitialized struct member: sr.sr_match
Error: CPPCHECK_WARNING (CWE-909): [#def573]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1528: error[uninitStructMember]: Uninitialized struct member: sr.sr_replace
Error: CPPCHECK_WARNING (CWE-457): [#def574]
openldap-2.6.9/openldap-2.6.9/servers/slapd/saslauthz.c:1528: error[uninitvar]: Uninitialized variable: sr
Error: CPPCHECK_WARNING (CWE-457): [#def575]
openldap-2.6.9/openldap-2.6.9/servers/slapd/schema_init.c:1366: warning[uninitvar]: Uninitialized variable: &uid.bv_len
Error: CPPCHECK_WARNING (CWE-457): [#def576]
openldap-2.6.9/openldap-2.6.9/servers/slapd/schema_init.c:2728: warning[uninitvar]: Uninitialized variable: rc
Error: CPPCHECK_WARNING (CWE-758): [#def577]
openldap-2.6.9/openldap-2.6.9/servers/slapd/schema_init.c:3597: warning[objectIndex]: The address of variable 'zero' might be accessed at non-zero index.
Error: CPPCHECK_WARNING (CWE-457): [#def578]
openldap-2.6.9/openldap-2.6.9/servers/slapd/schema_init.c:5303: error[uninitvar]: Uninitialized variable: bv.bv_val
Error: CPPCHECK_WARNING (CWE-457): [#def579]
openldap-2.6.9/openldap-2.6.9/servers/slapd/schema_init.c:5400: error[uninitvar]: Uninitialized variable: bv.bv_val
Error: CPPCHECK_WARNING (CWE-457): [#def580]
openldap-2.6.9/openldap-2.6.9/servers/slapd/sl_malloc.c:673: error[legacyUninitvar]: Uninitialized variable: memctx
Error: GCC_ANALYZER_WARNING (CWE-457): [#def581]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:126:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘prev_DN_strict’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:330:1: enter_function: entry to ‘getrec’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:333:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:334:24: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:334:24: call_function: calling ‘getrec0’ from ‘getrec’
Error: COMPILER_WARNING (CWE-457): [#def582]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c: scope_hint: In function ‘getrec0’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:126:40: warning[-Wmaybe-uninitialized]: ‘prev_DN_strict’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapadd.c:115:21: note: ‘prev_DN_strict’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def583]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:203:30: warning[-Wanalyzer-null-argument]: use of NULL ‘p’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:276:1: enter_function: entry to ‘slap_tool_init’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:284:23: release_memory: ‘base.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:368:17: branch_true: following ‘true’ branch (when ‘i != -1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:369:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:494:30: call_function: calling ‘parse_slapopt’ from ‘slap_tool_init’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def584]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:221:30: warning[-Wanalyzer-null-argument]: use of NULL ‘p’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:276:1: enter_function: entry to ‘slap_tool_init’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:284:23: release_memory: ‘base.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:368:17: branch_true: following ‘true’ branch (when ‘i != -1’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:369:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapcommon.c:494:30: call_function: calling ‘parse_slapopt’ from ‘slap_tool_init’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def585]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:82:33: warning[-Wanalyzer-null-argument]: use of NULL ‘pdn.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:49:17: branch_true: following ‘true’ branch (when ‘argc != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:51:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:51:33: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:52:33: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:70:20: branch_false: following ‘false’ branch (when ‘rc == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:80:34: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:82:33: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:82:33: danger: argument 1 (‘pdn.bv_val’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def586]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:86:33: warning[-Wanalyzer-null-argument]: use of NULL ‘ndn.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:49:17: branch_true: following ‘true’ branch (when ‘argc != 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:51:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:51:33: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:52:33: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:70:20: branch_false: following ‘false’ branch (when ‘rc == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:80:34: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:86:33: release_memory: ‘ndn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapdn.c:86:33: danger: argument 1 (‘ndn.bv_val’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-457): [#def587]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:171:30: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘pSavePB’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:158:9: branch_true: following ‘true’ branch (when ‘be’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:160:18: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:161:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:164:25: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:164:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:164:25: branch_false: following ‘false’ branch (when ‘index >= 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:165:48: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:165:33: branch_false: following ‘false’ branch (when ‘pos >= index’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:170:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:170:20: branch_true: following ‘true’ branch (when ‘rc == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:171:30: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:171:30: danger: use of uninitialized value ‘pSavePB’ here
Error: COMPILER_WARNING (CWE-457): [#def588]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c: scope_hint: In function ‘slapi_int_register_plugin_index’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:171:30: warning[-Wmaybe-uninitialized]: ‘pSavePB’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/plugin.c:155:26: note: ‘pSavePB’ was declared here
Error: COMPILER_WARNING (CWE-252): [#def589]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/printmsg.c: scope_hint: In function ‘slapi_int_log_error’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/printmsg.c:107:17: warning[-Wunused-result]: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-457): [#def590]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/slapi_utils.c:2906: error[legacyUninitvar]: Uninitialized variable: tmpPlugin
Error: COMPILER_WARNING: [#def591]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: COMPILER_WARNING: [#def592]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapi/version.c:19:19: warning[-Wunused-const-variable=]: ‘__Version’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def593]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:61:13: warning[-Wunused-but-set-variable]: variable ‘checkvals’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def594]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:145:21: warning[-Wunused-but-set-variable]: variable ‘is_oc’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def595]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c: scope_hint: In function ‘slapmodify’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:147:21: warning[-Wunused-variable]: unused variable ‘mod_err’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def596]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:595:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘id’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:73:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:74:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:90:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:91:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:136:24: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:143:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:152:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:155:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:155:20: branch_false: following ‘false’ branch (when ‘enable_meter == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:163:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:170:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:178:26: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:207:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:215:21: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:244:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:274:26: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:295:20: branch_false: following ‘false’ branch (when ‘rc == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:302:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:302:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:463:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:566:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:567:34: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:584:27: branch_false: following ‘false’ branch (when ‘rc == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:592:31: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:594:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:595:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:595:33: danger: use of uninitialized value ‘id’ here
Error: COMPILER_WARNING (CWE-457): [#def597]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:595:33: warning[-Wmaybe-uninitialized]: ‘id’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:57:12: note: ‘id’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def598]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:624:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sid’
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:73:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:74:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:90:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:91:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:618:12: branch_false: following ‘false’ branch (when ‘enable_meter == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:623:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:623:12: branch_true: following ‘true’ branch (when ‘rc == 0’)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:624:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:624:22: danger: use of uninitialized value ‘sid’ here
Error: COMPILER_WARNING (CWE-457): [#def599]
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:624:22: warning[-Wmaybe-uninitialized]: ‘sid’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/slapmodify.c:55:23: note: ‘sid’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def600]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:443:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘attrs’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7227:1: enter_function: entry to ‘add_syncrepl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7233:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7239:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7244:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7246:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7251:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7261:9: release_memory: ‘0’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7264:9: release_memory: ‘0’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7281:14: call_function: calling ‘parse_syncrepl_line’ from ‘add_syncrepl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7281:14: return_function: returning to ‘add_syncrepl’ from ‘parse_syncrepl_line’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7283:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7287:26: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7303:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7311:29: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7312:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7317:31: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7335:33: call_function: calling ‘init_syncrepl’ from ‘add_syncrepl’
Error: COMPILER_WARNING (CWE-563): [#def601]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘check_syncprov’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:937:16: warning[-Wunused-variable]: unused variable ‘j’
Error: COMPILER_WARNING (CWE-457): [#def602]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:1387:46: warning[-Wmaybe-uninitialized]: ‘entry’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘do_syncrepl’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:1372:42: note: ‘entry’ declared here
Error: CPPCHECK_WARNING (CWE-562): [#def603]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3214: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def604]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3445:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘syncUUID’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3391:1: enter_function: entry to ‘syncrepl_message_to_entry’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3416:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3423:9: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3426:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3433:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3440:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3444:81: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3444:23: call_function: calling ‘slap_uuidstr_from_normalized’ from ‘syncrepl_message_to_entry’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3444:23: return_function: returning to ‘syncrepl_message_to_entry’ from ‘slap_uuidstr_from_normalized’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3445:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3445:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3445:17: danger: dereference of NULL ‘syncUUID’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def605]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3708:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘syncUUID’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3609:1: enter_function: entry to ‘syncrepl_dirsync_message’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3635:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3642:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3643:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3650:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3657:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3658:39: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3660:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3661:41: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3660:22: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3665:22: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3680:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3686:17: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3688:20: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3702:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3703:72: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3707:31: call_function: calling ‘slap_uuidstr_from_normalized’ from ‘syncrepl_dirsync_message’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3707:31: return_function: returning to ‘syncrepl_dirsync_message’ from ‘slap_uuidstr_from_normalized’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3708:25: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3708:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3708:25: danger: dereference of NULL ‘syncUUID’
Error: CPPCHECK_WARNING (CWE-562): [#def606]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:3895: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def607]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4208: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def608]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4668: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def609]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4745: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-563): [#def610]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘syncrepl_del_nonpresent’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4783:25: warning[-Wunused-but-set-variable]: variable ‘cf’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-688): [#def611]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: warning[-Wanalyzer-null-argument]: use of NULL ‘pdn.bv_val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4730:23: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4730:23: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4753:12: branch_false: following ‘false’ branch (when ‘uuids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4786:27: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4803:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4808:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4817:25: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4818:36: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:36: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: release_memory: ‘pdn.bv_val’ is NULL
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4819:38: danger: argument 2 (‘mmaa.aa_value.bv_val’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-457): [#def612]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4834:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘of’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4753:12: branch_false: following ‘false’ branch (when ‘uuids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4786:27: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4803:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4827:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4833:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4834:25: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4834:25: danger: use of uninitialized value ‘of’ here
Error: COMPILER_WARNING (CWE-457): [#def613]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘syncrepl_del_nonpresent’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4834:40: warning[-Wmaybe-uninitialized]: ‘of’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4783:30: note: ‘of’ was declared here
Error: CPPCHECK_WARNING (CWE-562): [#def614]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4869: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def615]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4927: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def616]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4975: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING: [#def617]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘syncrepl_add_glue_ancestors’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4975:24: warning[-Wdangling-pointer=]: storing the address of local variable ‘cb’ in ‘op_111(D)->o_callback’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4963:23: note: ‘cb’ declared here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:4959:20: note: ‘op’ declared here
Error: CPPCHECK_WARNING (CWE-562): [#def618]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5117: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-563): [#def619]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘syncrepl_dsee_update’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5143:23: warning[-Wunused-variable]: unused variable ‘first’
Error: CPPCHECK_WARNING (CWE-562): [#def620]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5172: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def621]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5297: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def622]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5811:41: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘is_ctx’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5676:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5677:23: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5677:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5682:71: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5688:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5695:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5695:36: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5741:41: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5799:36: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5810:80: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5811:41: danger: use of uninitialized value ‘is_ctx’ here
Error: COMPILER_WARNING (CWE-457): [#def623]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘dn_callback’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5811:41: warning[-Wmaybe-uninitialized]: ‘is_ctx’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:5692:37: note: ‘is_ctx’ was declared here
Error: COMPILER_WARNING (CWE-563): [#def624]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c: scope_hint: In function ‘syncrepl_monitor_add’
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7129:39: warning[-Wunused-variable]: unused variable ‘bv’
Error: CPPCHECK_WARNING (CWE-457): [#def625]
openldap-2.6.9/openldap-2.6.9/servers/slapd/syncrepl.c:7610: warning[uninitvar]: Uninitialized variable: *sip
Error: COMPILER_WARNING (CWE-457): [#def626]
openldap-2.6.9/openldap-2.6.9/servers/slapd/txn.c: scope_hint: In function ‘txn_end_extop’
openldap-2.6.9/openldap-2.6.9/servers/slapd/txn.c:368:16: warning[-Wmaybe-uninitialized]: ‘rc’ may be used uninitialized
openldap-2.6.9/openldap-2.6.9/servers/slapd/txn.c:156:13: note: ‘rc’ was declared here
Error: COMPILER_WARNING: [#def627]
openldap-2.6.9/openldap-2.6.9/servers/slapd/version.c:15:19: warning[-Wunused-const-variable=]: ‘copyright’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-688): [#def628]
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:114:9: warning[-Wanalyzer-null-argument]: use of NULL ‘ss.val’ where non-null expected
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:159:1: enter_function: entry to ‘filter_stdin’
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:162:17: release_memory: ‘ss.val’ is NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:169:17: branch_true: following ‘true’ branch (when ‘eof == 0’)...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:170:37: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:170:22: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:173:28: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:176:20: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:181:20: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:181:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:186:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:188:40: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:188:40: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:188:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:198:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:198:20: branch_false: following ‘false’ branch (when ‘attrs_totlen == 0’)...
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:205:25: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/ldif-filter.c:205:25: call_function: calling ‘flush_entries’ from ‘filter_stdin’
Error: COMPILER_WARNING (CWE-1164): [#def629]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-addel.c:40:1: warning[-Wunused-function]: ‘get_add_entry’ declared ‘static’ but never defined
Error: COMPILER_WARNING (CWE-1164): [#def630]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-addel.c:142:1: warning[-Wunused-function]: ‘addmodifyop’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-415): [#def631]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:423:49: warning[-Wanalyzer-double-free]: double-‘free’ of ‘creds’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:397:12: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:402:17: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:408:29: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:415:36: branch_false: following ‘false’ branch (when ‘dns’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:419:57: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:420:36: branch_true: following ‘true’ branch (when ‘pwattr’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:421:68: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-bind.c:423:49: danger: second ‘free’ here
Error: COMPILER_WARNING (CWE-457): [#def632]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c: scope_hint: In function ‘tester_init_ld’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:478:13: warning[-Wmaybe-uninitialized]: ‘rc’ may be used uninitialized
Error: GCC_ANALYZER_WARNING (CWE-457): [#def633]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:523:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rc’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:483:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:488:16: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:492:12: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:493:22: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:493:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:517:27: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:517:27: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:523:20: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-common.c:523:20: danger: use of uninitialized value ‘rc’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def634]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:137:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p2’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:128:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:134:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:137:9: danger: dereference of NULL ‘p2’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def635]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:139:12: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(entry)’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:127:18: acquire_memory: allocated here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:128:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:134:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:139:12: danger: ‘strdup(entry)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def636]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:148:15: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(entry)’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:127:18: acquire_memory: allocated here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:128:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:134:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:139:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:143:10: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-modrdn.c:148:15: danger: ‘strdup(entry)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING: [#def637]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c:128:50: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 8191 bytes into a region of size 8177
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 16 and 8207 bytes into a destination of size 8192
Error: COMPILER_WARNING: [#def638]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c: scope_hint: In function ‘do_read.isra.0’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c:128:50: warning[-Wformat-truncation=]: ‘%s’ directive output may be truncated writing up to 8191 bytes into a region of size between 8168 and 8178
/usr/include/bits/stdio2.h:68:10: note: ‘__snprintf_chk’ output between 15 and 8216 bytes into a destination of size 8192
Error: COMPILER_WARNING (CWE-563): [#def639]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c:162:26: warning[-Wunused-variable]: unused variable ‘manager’
Error: COMPILER_WARNING (CWE-563): [#def640]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c: scope_hint: In function ‘main’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c:163:25: warning[-Wunused-variable]: unused variable ‘passwd’
Error: COMPILER_WARNING: [#def641]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c: scope_hint: In function ‘main’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-mtread.c:268:61: warning[-Wformat-truncation=]: ‘%s’ directive argument is null
Error: GCC_ANALYZER_WARNING (CWE-401): [#def642]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:230:36: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:213:20: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:221:27: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:221:56: branch_true: following ‘true’ branch (when ‘e’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:223:45: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:225:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:226:41: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:230:36: branch_false: following ‘false’ branch (when ‘values’ is non-NULL)...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:234:46: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:235:74: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:235:65: acquire_memory: allocated here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:234:46: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:237:41: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:221:56: branch_true: following ‘true’ branch (when ‘e’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:223:45: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:225:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:226:41: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-search.c:230:36: danger: ‘<unknown>’ leaks here; was allocated at [(14)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/13)
Error: CPPCHECK_WARNING (CWE-476): [#def643]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:235: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: *epp
Error: GCC_ANALYZER_WARNING (CWE-476): [#def644]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:235:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘calloc(1, 16)’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:218:17: branch_true: following ‘true’ branch (when ‘i != -1’)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:220:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:230:45: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:233:38: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:234:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:233:38: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:234:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:234:40: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:235:33: danger: ‘calloc(1, 16)’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def645]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:235:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘extra’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:218:17: branch_true: following ‘true’ branch (when ‘i != -1’)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:220:17: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:230:45: branch_false: following ‘false’ branch...
branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:233:38: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:234:40: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:234:40: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:235:33: danger: ‘calloc(1, 16)’ could be NULL: unchecked value from [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
Error: COMPILER_WARNING (CWE-563): [#def646]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c: scope_hint: In function ‘get_search_filters’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:920:33: warning[-Wunused-but-set-variable]: variable ‘got_URL’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def647]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:955:38: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*filters’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:915:12: branch_true: following ‘true’ branch...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:918:24: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:922:28: branch_true: following ‘true’ branch (when ‘nl’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:923:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:950:28: branch_true: following ‘true’ branch (when ‘nl’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:951:33: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:953:43: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:954:28: branch_true: following ‘true’ branch (when ‘attrs’ is non-NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:955:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-tester.c:955:38: danger: ‘strdup(&line)’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def648]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:644:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘servers’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:618:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:621:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:621:12: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:629:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:631:19: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:12: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:14: branch_true: following ‘true’ branch...
branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:640:28: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:641:28: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:641:28: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:644:40: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:644:33: danger: ‘servers + (long unsigned int)i * 312’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-476): [#def649]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:648: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: servers
Error: GCC_ANALYZER_WARNING (CWE-476): [#def650]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:648:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘servers’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:618:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:621:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:621:12: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:629:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:631:19: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:12: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:647:22: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:648:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:648:17: danger: ‘servers + (long unsigned int)i * 312’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-476): [#def651]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:649: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: servers
Error: CPPCHECK_WARNING (CWE-476): [#def652]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:650: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: servers
Error: CPPCHECK_WARNING (CWE-476): [#def653]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:651: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: servers
Error: CPPCHECK_WARNING (CWE-476): [#def654]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:652: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: servers
Error: CPPCHECK_WARNING (CWE-476): [#def655]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:653: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: servers
Error: CPPCHECK_WARNING (CWE-682): [#def656]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:657: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def657]
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:668:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘msg1’
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:618:12: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:621:12: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:621:12: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:629:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:12: branch_false: following ‘false’ branch (when ‘sids’ is NULL)...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:639:14: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:647:22: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:648:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:647:22: branch_false: following ‘false’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:656:24: branch_false: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:656:16: acquire_memory: this call could return NULL
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:666:27: branch_true: following ‘true’ branch...
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:667:38: branch_true: ...to here
openldap-2.6.9/openldap-2.6.9/tests/progs/slapd-watcher.c:668:33: danger: ‘msg1 + (long unsigned int)i * 4’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: COMPILER_WARNING: [#def658]
openldap-2.6.9/openldap-ppolicy-check-password-1.1/check_password.c: scope_hint: In function ‘chomp’
openldap-2.6.9/openldap-ppolicy-check-password-1.1/check_password.c:99:9: warning[-Wstringop-truncation]: ‘strncpy’ specified bound depends on the length of the source argument
openldap-2.6.9/openldap-ppolicy-check-password-1.1/check_password.c:99:22: note: length computed here
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-205.us-west-2.compute.internal |
known-false-positives | /usr/share/csmock/known-false-positives.js |
known-false-positives-rpm | known-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | openldap-2.6.9-5.fc43 |
store-results-to | /tmp/tmpzvwdbvao/openldap-2.6.9-5.fc43.tar.xz |
time-created | 2025-04-25 14:41:24 |
time-finished | 2025-04-25 14:46:16 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpzvwdbvao/openldap-2.6.9-5.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpzvwdbvao/openldap-2.6.9-5.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |