Task #128826 - added.err
back to task #128826download
Error: GCC_ANALYZER_WARNING (CWE-457):
sssd-2.14.0/src/providers/ldap/sdap_async.c: scope_hint: In function 'generic_ext_search_handler'
sssd-2.14.0/src/providers/ldap/sdap_async.c:2143:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value 'ref_count'
sssd-2.14.0/src/providers/ldap/sdap_async.c:2044:5: note: in expansion of macro 'TEVENT_REQ_RETURN_ON_ERROR'
sssd-2.14.0/src/providers/ldap/sdap_async.c:2044:5: note: in expansion of macro 'TEVENT_REQ_RETURN_ON_ERROR'
# 2141| }
# 2142|
# 2143|-> if (ref_count > 0) {
# 2144| /* We will ignore referrals in the generic handler */
# 2145| DEBUG(SSSDBG_TRACE_ALL,