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

Jeremy Allison jra at samba.org
Mon Oct 25 12:46:58 MDT 2010


The branch, v3-6-test has been updated
       via  f991e79 s3: Initialize output vars in parse_ea_blob
      from  050075f Add SeSecurityPrivilige.

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


- Log -----------------------------------------------------------------
commit f991e79affe671deb43e93ce38672f4c4d68fec0
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 24 13:27:33 2010 +0200

    s3: Initialize output vars in parse_ea_blob
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104
    (cherry picked from commit 172a1580d234a2194ce5bc6ca6056bbea48ed7e3)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c
index 6b8230b..296e53a 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -4246,6 +4246,7 @@ static bool parse_ea_blob(TALLOC_CTX *ctx, const uint8_t *rdata,
 	if (ea_size == 0) {
 		/* No EA's present. */
 		*pnum_eas = 0;
+		*pea_list = NULL;
 		return true;
 	}
 
@@ -4268,6 +4269,7 @@ static bool parse_ea_blob(TALLOC_CTX *ctx, const uint8_t *rdata,
 
 	if (num_eas == 0) {
 		*pnum_eas = 0;
+		*pea_list = NULL;
 		return true;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list