dgaudet 99/03/11 08:47:59
Modified: src CHANGES
Log:
should really say SECURITY on this line
Revision Changes Path
1.1279 +5 -4 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1278
retrieving revision 1.1279
diff -u -r1.1278 -r1.1279
--- CHANGES 1999/03/10 18:09:40 1.1278
+++ CHANGES 1999/03/11 16:47:56 1.1279
@@ -16,10 +16,11 @@
DSO/DLL section because it's a directive from mod_status and isn't
available before the DLL of mod_status is loaded.
[Martin POESCHL <[EMAIL PROTECTED]>] PR#3936
-
- *) Fix a bug in the calculation of the buffer size for the line
continuation
- facility in Apache's configuration files which could lead to a buffer
- overflow situation. [Thomas Devanneaux <[EMAIL PROTECTED]>] PR#3617
+
+ *) SECURITY: Fix a bug in the calculation of the buffer size for the line
+ continuation facility in Apache's configuration files which could
+ lead to a buffer overflow situation.
+ [Thomas Devanneaux <[EMAIL PROTECTED]>] PR#3617
*) Make documentation and error messages of APACI's --activate-module=FILE
option more clear. [Jan Wolter <[EMAIL PROTECTED]>] PR#3995