[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Aug 2 10:34:31 MDT 2010


The branch, master has been updated
       via  b6e9d8d... idl: Fixed a possible crash bug.
      from  31782e5... s4:librpc/rpc: avoid using DCERPC_NDR_REF_ALLOC for epm_Map()

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


- Log -----------------------------------------------------------------
commit b6e9d8d406974ec2f4593fd0147113fe86b883f9
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Aug 2 18:32:40 2010 +0200

    idl: Fixed a possible crash bug.

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

Summary of changes:
 librpc/idl/winreg.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl
index c3e5279..48fddb7 100644
--- a/librpc/idl/winreg.idl
+++ b/librpc/idl/winreg.idl
@@ -188,7 +188,7 @@ import "lsa.idl", "security.idl", "misc.idl";
 		[in]            uint32 enum_index,
 		[in,out,ref]    winreg_ValNameBuf *name,
 		[in,out,unique] winreg_Type *type,
-		[in,out,unique,size_is(*size),length_is(*length)] uint8 *value,
+		[in,out,unique,size_is(size ? *size : 0),length_is(length ? *length : 0),range(0,0x4000000)] uint8 *value,
 		[in,out,unique] uint32 *size,
 		[in,out,unique] uint32 *length
 	);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list