ronald 99/09/11 00:58:29
Modified: src CHANGES
Log:
ap_base64decode_binary doesn't null-terminate anymore
Revision Changes Path
1.1430 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1429
retrieving revision 1.1430
diff -u -r1.1429 -r1.1430
--- CHANGES 1999/09/07 21:38:47 1.1429
+++ CHANGES 1999/09/11 07:58:27 1.1430
@@ -1,5 +1,8 @@
Changes with Apache 1.3.10
+ *) ap_base64decode_binary does not null-terminate the output anymore
+ [Bill Stoddard, Ronald Tschal�r]
+
*) WIN32: The following bugs introduced in Apache 1.3.9 have been fixed
- CGIs broken if script calls other programs which deliver on stdout
(Search this file for "DETACHED")