URL: https://github.com/SSSD/sssd/pull/31
Title: #31: nss: allow UPNs in SSS_NSS_GETSIDBYNAME and SSS_NSS_GETORIGBYNAME

jhrozek commented:
"""
I'm afraid Coverity found something it doesn't like:
```
Error: COMPILER_WARNING:
sssd-1.14.2/src/responder/nss/nsssrv_cmd.c: scope_hint: In function 
'nss_cmd_getsidby_search'
sssd-1.14.2/src/responder/nss/nsssrv_cmd.c:4590:21: warning: 'neg_cache_name' 
may be used uninitialized in this function [-Wmaybe-uninitialized]
#                 ret = sss_ncache_set_group(nctx->rctx->ncache, false,
#                     ^
# 4588|                   }
# 4589|   
# 4590|->                 ret = sss_ncache_set_group(nctx->rctx->ncache, false,
# 4591|                                              dom, neg_cache_name);
# 4592|                   if (ret != EOK) {
```
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/31#issuecomment-252281331
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to