[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Wed Sep 28 12:11:15 MDT 2011


The branch, v3-6-test has been updated
       via  700532c Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.
      from  bdb2c72 s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (bug #8476)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 700532c72592751b57521295b80f65039a260471
Author: David Disseldorp <ddiss at suse.de>
Date:   Fri Sep 23 11:46:06 2011 -0700

    Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Fri Sep 23 22:20:55 CEST 2011 on sn-devel-104
    (cherry picked from commit ca8c25abebb8715176f68be9916217db9a8400dd)

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

Summary of changes:
 source3/modules/vfs_acl_common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c
index bc06f0b..81c734a 100644
--- a/source3/modules/vfs_acl_common.c
+++ b/source3/modules/vfs_acl_common.c
@@ -252,7 +252,7 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
 			        uint32_t security_info,
 				struct security_descriptor **ppdesc)
 {
-	DATA_BLOB blob;
+	DATA_BLOB blob = data_blob_null;
 	NTSTATUS status;
 	uint16_t hash_type = XATTR_SD_HASH_TYPE_NONE;
 	uint8_t hash[XATTR_SD_HASH_SIZE];


-- 
Samba Shared Repository


More information about the samba-cvs mailing list