URL: https://github.com/SSSD/sssd/pull/454 Title: #454: TESTS: Order list of entries in some lists
lslebodn commented: """ ``` ==23466== 1 errors in context 1 of 3: ==23466== Conditional jump or move depends on uninitialised value(s) ==23466== at 0x41DCBD: order_string_array (test_nss_srv.c:598) ==23466== by 0x41DCBD: assert_groups_equal (test_nss_srv.c:616) ==23466== by 0x41DFAD: test_nss_getgrnam_space_sub_check (test_nss_srv.c:2184) ==23466== by 0x41EC0F: __wrap_sss_cmd_done (test_nss_srv.c:138) ==23466== by 0x42246F: nss_protocol_done (nss_protocol.c:69) ==23466== by 0x41FDB6: nss_getby_done (nss_cmd.c:568) ==23466== by 0x64018E3: tevent_common_loop_immediate (tevent_immediate.c:135) ==23466== by 0x640644A: epoll_event_loop_once (tevent_epoll.c:911) ==23466== by 0x6404AA6: std_event_loop_once (tevent_standard.c:114) ==23466== by 0x6400F0C: _tevent_loop_once (tevent.c:725) ==23466== by 0x4285EB: test_ev_loop (common_tev.c:82) ==23466== by 0x4180A8: test_nss_getgrnam_space_sub (test_nss_srv.c:2211) ==23466== by 0x5040AE8: ??? (in /usr/lib64/libcmocka.so.0.4.1) ==23466== ==23466== ==23466== 1 errors in context 2 of 3: ==23466== Conditional jump or move depends on uninitialised value(s) ==23466== at 0x41DCBD: order_string_array (test_nss_srv.c:598) ==23466== by 0x41DCBD: assert_groups_equal (test_nss_srv.c:616) ==23466== by 0x41DF12: test_nss_getgrnam_space_check (test_nss_srv.c:2137) ==23466== by 0x41EC0F: __wrap_sss_cmd_done (test_nss_srv.c:138) ==23466== by 0x42246F: nss_protocol_done (nss_protocol.c:69) ==23466== by 0x41FDB6: nss_getby_done (nss_cmd.c:568) ==23466== by 0x64018E3: tevent_common_loop_immediate (tevent_immediate.c:135) ==23466== by 0x640644A: epoll_event_loop_once (tevent_epoll.c:911) ==23466== by 0x6404AA6: std_event_loop_once (tevent_standard.c:114) ==23466== by 0x6400F0C: _tevent_loop_once (tevent.c:725) ==23466== by 0x4285EB: test_ev_loop (common_tev.c:82) ==23466== by 0x41BF29: test_nss_getgrnam_space (test_nss_srv.c:2166) ==23466== by 0x5040AE8: ??? (in /usr/lib64/libcmocka.so.0.4.1) ==23466== ==23466== ==23466== 7 errors in context 3 of 3: ==23466== Conditional jump or move depends on uninitialised value(s) ==23466== at 0x41DCBD: order_string_array (test_nss_srv.c:598) ==23466== by 0x41DCBD: assert_groups_equal (test_nss_srv.c:616) ==23466== by 0x41DDCF: test_nss_getgrnam_no_members_check (test_nss_srv.c:1475) ==23466== by 0x41EC0F: __wrap_sss_cmd_done (test_nss_srv.c:138) ==23466== by 0x42246F: nss_protocol_done (nss_protocol.c:69) ==23466== by 0x41FDB6: nss_getby_done (nss_cmd.c:568) ==23466== by 0x64018E3: tevent_common_loop_immediate (tevent_immediate.c:135) ==23466== by 0x640644A: epoll_event_loop_once (tevent_epoll.c:911) ==23466== by 0x6404AA6: std_event_loop_once (tevent_standard.c:114) ==23466== by 0x6400F0C: _tevent_loop_once (tevent.c:725) ==23466== by 0x4285EB: test_ev_loop (common_tev.c:82) ==23466== by 0x41BE2B: test_nss_getgrnam_no_members (test_nss_srv.c:1502) ==23466== by 0x5040AE8: ??? (in /usr/lib64/libcmocka.so.0.4.1) ``` """ See the full comment at https://github.com/SSSD/sssd/pull/454#issuecomment-345763236
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org