Task #106137 - fixed.err
back to task #106137download
Error: GCC_ANALYZER_WARNING (CWE-476):
sssd-2.13.0/src/ldb_modules/memberof.c: scope_hint: In function 'mbof_append_addop'
sssd-2.13.0/src/ldb_modules/memberof.c:376:22: warning[-Wanalyzer-null-dereference]: dereference of NULL 'lastop'
/usr/include/samba-4.0/ldb.h:50: included_from: Included from here.
/usr/include/samba-4.0/ldb_module.h:36: included_from: Included from here.
sssd-2.13.0/src/ldb_modules/memberof.c:23: included_from: Included from here.
# 374|
# 375| if (add_ctx->add_list) {
# 376|-> lastop->next = addop;
# 377| } else {
# 378| add_ctx->add_list = addop;