Mailing List Archive

cvs commit: apache-1.3 STATUS
brian 98/05/03 23:06:09

Modified: . STATUS
Log:
Add something Dean caught

Revision Changes Path
1.363 +3 -0 apache-1.3/STATUS

Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- STATUS 1998/05/04 03:18:02 1.362
+++ STATUS 1998/05/04 06:06:07 1.363
@@ -364,3 +364,6 @@
* proxy module doesn't load on Win95. Why? Good question.
PR#1462.

+ * In ap_bclose() there's no test that (fb->fd != -1) -- so it's
+ possible that it'll do something completely bogus when it's
+ used for read-only things. - Dean Gaudet