[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-174-g67d12e9

Jeremy Allison jra at samba.org
Fri Mar 6 05:59:43 GMT 2009


The branch, master has been updated
       via  67d12e9c6bc9e34ecc335ddfc85fc59ed9167b68 (commit)
      from  4e74d811aa9f85a4cb7896c0fcc21552d1910cf5 (commit)

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


- Log -----------------------------------------------------------------
commit 67d12e9c6bc9e34ecc335ddfc85fc59ed9167b68
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Mar 5 22:00:22 2009 -0800

    Get the sense of the integer wrap test the right way around. Sorry.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c
index 6becfa4..f3ee18d 100644
--- a/source3/rpc_server/srv_pipe.c
+++ b/source3/rpc_server/srv_pipe.c
@@ -2114,7 +2114,7 @@ bool api_pipe_schannel_process(pipes_struct *p, prs_struct *rpc_in, uint32 *p_ss
 	auth_len = p->hdr.auth_len;
 
 	if (auth_len < RPC_AUTH_SCHANNEL_SIGN_OR_SEAL_CHK_LEN ||
-			auth_len < RPC_HEADER_LEN +
+			auth_len > RPC_HEADER_LEN +
 					RPC_HDR_REQ_LEN +
 					RPC_HDR_AUTH_LEN +
 					auth_len) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list