aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-01 23:42:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-01 23:42:03 +0000
commit6513303498d36b08d2ae815311248ed818cf668e (patch)
treed4390e940515d2d349de45de2492b8e18dadfd9d /CHANGES
parent3e2a52b0342d1e4e17e6c455442c6262f742a0d5 (diff)
Jamie Newton pointed out that libcurl's file:// code would close() a zero
file descriptor if given a non-existing file.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d162878a8..b1cad112b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
+Daniel (2 December 2005)
+- Jamie Newton pointed out that libcurl's file:// code would close() a zero
+ file descriptor if given a non-existing file.
+
Daniel (24 November 2005)
- Doug Kaufman provided a set of patches to make curl build fine on DJGPP
again using configure.