[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Oct 24 06:23:01 MDT 2010


The branch, master has been updated
       via  172a158 s3: Initialize output vars in parse_ea_blob
      from  005b50a s4:librpc: we don't need dcerpc client bindings for dns.idl

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


- Log -----------------------------------------------------------------
commit 172a1580d234a2194ce5bc6ca6056bbea48ed7e3
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

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

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 b57cba5..6ce884a 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -4227,6 +4227,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;
 	}
 
@@ -4249,6 +4250,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