diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-01 23:42:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-01 23:42:03 +0000 |
commit | 6513303498d36b08d2ae815311248ed818cf668e (patch) | |
tree | d4390e940515d2d349de45de2492b8e18dadfd9d /CHANGES | |
parent | 3e2a52b0342d1e4e17e6c455442c6262f742a0d5 (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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |