Task #98966 - added.err

back to task #98966
download
Error: GCC_ANALYZER_WARNING (CWE-457):
sssd-2.13.0/src/providers/ldap/sdap_async.c: scope_hint: In function 'generic_ext_search_handler'
sssd-2.13.0/src/providers/ldap/sdap_async.c:2046:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value 'ref_count'
sssd-2.13.0/src/providers/ldap/sdap_async.c:1969:5: note: in expansion of macro 'TEVENT_REQ_RETURN_ON_ERROR'
sssd-2.13.0/src/providers/ldap/sdap_async.c:1969:5: note: in expansion of macro 'TEVENT_REQ_RETURN_ON_ERROR'
# 2044|       }
# 2045|   
# 2046|->     if (ref_count > 0) {
# 2047|           /* We will ignore referrals in the generic handler */
# 2048|           DEBUG(SSSDBG_TRACE_ALL,