On Tue, Feb 09, 2016 at 02:07:21PM +0100, Pavel Březina wrote:
> First of the responders is converted -)

Sorry for the first delay in review. Before reading the code, I
submitted the patches to automated tests, so far I found:

Error: COMPILER_WARNING:
sssd-1.13.90/src/responder/sudo/sudosrv_get_sudorules.c:29: included_from: 
Included from here.
sssd-1.13.90/src/responder/sudo/sudosrv_get_sudorules.c: scope_hint: In 
function 'sudosrv_get_rules_done'
sssd-1.13.90/src/util/util.h:144:9: warning: 'debug_name' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
#         sss_debug_fn(__FILE__, __LINE__, __FUNCTION__, \
#         ^
sssd-1.13.90/src/responder/sudo/sudosrv_get_sudorules.c:225:17: note: 
'debug_name' was declared here
#     const char *debug_name;
#                 ^
#  142|       int __debug_macro_level = level; \
#  143|       if (DEBUG_IS_SET(__debug_macro_level)) { \
#  144|->         sss_debug_fn(__FILE__, __LINE__, __FUNCTION__, \
#  145|                        __debug_macro_level, \
#  146|                        format, ##__VA_ARGS__); \

But feel free to only fix the issue in your branch for now, at least until
all the automated downstream tests finish.
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

Reply via email to