[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3497-gb4d9e92

Jeremy Allison jra at samba.org
Fri Mar 6 05:49:40 GMT 2009


The branch, v3-2-test has been updated
       via  b4d9e92dfaa84b1361cdd6e49ad88e252c8fed4d (commit)
      from  f58a6c9e08b2b44399e0333b1358522aec70bbee (commit)

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


- Log -----------------------------------------------------------------
commit b4d9e92dfaa84b1361cdd6e49ad88e252c8fed4d
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Mar 5 21:46:38 2009 -0800

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

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpc_server/srv_pipe.c b/source/rpc_server/srv_pipe.c
index 39868c5..c8aa304 100644
--- a/source/rpc_server/srv_pipe.c
+++ b/source/rpc_server/srv_pipe.c
@@ -2102,7 +2102,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