dgaudet 98/08/10 09:26:33
Modified: src/os/win32 mod_isapi.c
Log:
another O(n^2) attack
Revision Changes Path
1.15 +1 -0 apache-1.3/src/os/win32/mod_isapi.c
Index: mod_isapi.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/os/win32/mod_isapi.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mod_isapi.c 1998/08/06 17:31:34 1.14
+++ mod_isapi.c 1998/08/10 16:26:31 1.15
@@ -365,6 +365,7 @@
return TRUE;
}
+/* XXX: There is an O(n^2) attack possible here. */
BOOL WINAPI ServerSupportFunction (HCONN hConn, DWORD dwHSERequest,
LPVOID lpvBuffer, LPDWORD lpdwSize,
LPDWORD lpdwDataType) {