The branch, master has been updated via 98755a26fac nsswitch/libwbclient: Fix CID #1034858, #1034859, #1034860 Resource leak from 8a0c8bfa129 nsswitch/libwbclient: Fix CID #1034861 Resource leak
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 98755a26fac7f2e43f61d1a962ca976afc06ceae Author: Shweta Sodani <ssod...@redhat.com> Date: Tue Sep 23 11:13:26 2025 +0530 nsswitch/libwbclient: Fix CID #1034858, #1034859, #1034860 Resource leak Signed-off-by: Shweta Sodani <ssod...@redhat.com> Reviewed-by: Volker Lendecke <v...@samba.org> Reviewed-by: Anoop C S <anoo...@samba.org> Autobuild-User(master): Anoop C S <anoo...@samba.org> Autobuild-Date(master): Tue Sep 23 12:53:10 UTC 2025 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: nsswitch/libwbclient/tests/wbclient.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/nsswitch/libwbclient/tests/wbclient.c b/nsswitch/libwbclient/tests/wbclient.c index a45ee59899f..7617adc56d4 100644 --- a/nsswitch/libwbclient/tests/wbclient.c +++ b/nsswitch/libwbclient/tests/wbclient.c @@ -700,8 +700,9 @@ static bool test_wbc_lookup_rids(struct torture_context *tctx) torture_assert_wbc_ok_goto_fail( tctx, ret, "%s", "wbcLookupRids for 544 and 545 failed"); - torture_assert_str_equal( + torture_assert_str_equal_goto( tctx, names[0], "Administrators", + ret, fail, "S-1-5-32-544 not mapped to 'Administrators'"); torture_assert_str_equal_goto_fail( tctx, names[1], "Users", "S-1-5-32-545 not mapped to 'Users'"); -- Samba Shared Repository