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

Jeremy Allison jra at samba.org
Fri Mar 6 05:56:35 GMT 2009


The branch, v3-3-test has been updated
       via  bbf72022b64a2ae207936f0208d3db2373a6d32b (commit)
      from  acf2223f803c14c64a38f5218d823b8f8171e47f (commit)

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


- Log -----------------------------------------------------------------
commit bbf72022b64a2ae207936f0208d3db2373a6d32b
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Mar 5 21:51:00 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 b5766cd..d196634 100644
--- a/source/rpc_server/srv_pipe.c
+++ b/source/rpc_server/srv_pipe.c
@@ -2151,7 +2151,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