[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] access/auth/ntauth svrntlm.cpp,1.6,1.6.26.1
From:       dcollins () helixcommunity ! org
Date:       2008-08-29 15:05:43
Message-ID: 200808291509.m7TF9g8h027290 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/access/auth/ntauth
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv18004

Modified Files:
      Tag: SERVER_12_1
	svrntlm.cpp 
Log Message:
Synopsis
========
Fixes PR 226639, Helix Server NTLM Auth...

Branches: SERVER_11_1, SERVER_12_0, SERVER_12_1, SERVER_CURRENT
Reviewers: anyone

Description
===========

Fixes a signed/unsigned variable mismatch related to ntauth.

Files Affected
==============
server/access/auth/ntauth/svrntlm.cpp

Testing Performed
=================

Unit Tests:
- None

Integration Tests:
- None

Leak Tests:
- None

Performance Tests:
- None

Platforms tested: none
Build verified: win32-i386-vc7

QA Hints
========
- N/A



Index: svrntlm.cpp
===================================================================
RCS file: /cvsroot/server/access/auth/ntauth/svrntlm.cpp,v
retrieving revision 1.6
retrieving revision 1.6.26.1
diff -u -d -r1.6 -r1.6.26.1
--- svrntlm.cpp	9 Feb 2006 02:16:37 -0000	1.6
+++ svrntlm.cpp	29 Aug 2008 15:05:41 -0000	1.6.26.1
@@ -355,7 +355,7 @@
 	// The decoded Token has to be smaller.
 	char *sTokenFrom = new char[sEnd + 1 - sToken];
 
-	UINT32 nLen = BinFrom64(sToken, sEnd - sToken, (BYTE*) sTokenFrom);
+	INT32 nLen = BinFrom64(sToken, sEnd - sToken, (BYTE*) sTokenFrom);
 
 	if(nLen > 0)
 	{


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic