[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Nov 1 16:35:02 UTC 2018


The branch, master has been updated
       via  9b28d47 torture: Fix the clang build
      from  e2ee595 selftest: Remove unnecessary code for backup testenvs

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9b28d47b0d86570be5a7c5628e460e01207afb00
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Nov 1 12:09:14 2018 +0100

    torture: Fix the clang build
    
    It's used uninitialized if an early torture_assert fails
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Nov  1 17:34:31 CET 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/vfs/fruit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/vfs/fruit.c b/source4/torture/vfs/fruit.c
index 6dd9685..6bdcae6 100644
--- a/source4/torture/vfs/fruit.c
+++ b/source4/torture/vfs/fruit.c
@@ -5461,7 +5461,7 @@ static bool test_empty_stream_do_one(
 {
 	bool ret = false;
 	NTSTATUS status;
-	struct smb2_handle baseh;
+	struct smb2_handle baseh = {{0}};
 	struct smb2_handle streamh;
 	struct smb2_create create;
 	union smb_setfileinfo sfinfo;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list