[SCM] Samba Shared Repository - branch v3-0-test updated -
release-3-0-32-160-gbdf46ea
Jeremy Allison
jra at samba.org
Fri Mar 6 05:56:34 GMT 2009
The branch, v3-0-test has been updated
via bdf46ea491801cdf8ff6f42c0a1ef51080cfc410 (commit)
from f03bacbf695f877d27186a39755ae726a22a61c8 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test
- Log -----------------------------------------------------------------
commit bdf46ea491801cdf8ff6f42c0a1ef51080cfc410
Author: Jeremy Allison <jra at samba.org>
Date: Thu Mar 5 21:51:26 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 868f4d0..3e316f5 100644
--- a/source/rpc_server/srv_pipe.c
+++ b/source/rpc_server/srv_pipe.c
@@ -2063,7 +2063,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