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

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


The branch, v3-5-test has been updated
       via  62b9ad4 Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.
      from  52e5c80 s3-netapi: allow to use default krb5 credential cache for libnetapi users.

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


- Log -----------------------------------------------------------------
commit 62b9ad45e27bb6a2af22aa9ee133ed6075abc62b
Author: David Disseldorp <ddiss at suse.de>
Date:   Tue Sep 27 17:46:29 2011 -0700

    Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.

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

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 af4c41d..ecc889a 100644
--- a/source3/modules/vfs_acl_common.c
+++ b/source3/modules/vfs_acl_common.c
@@ -247,7 +247,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;
 	uint8_t hash[XATTR_SD_HASH_SIZE];


-- 
Samba Shared Repository


More information about the samba-cvs mailing list