aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-16 13:52:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-16 13:52:05 +0000
commitf6163b375f0aeec85172e93823078de86bdd7bf1 (patch)
tree3fa5d4e23316080f5eea6161bbbbfdee1f1b9a79 /CHANGES
parentb2d73c50d3e3a6ffe88d22f1281158a1e96d1a93 (diff)
7.4.1 commit
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 3b21fdcd3..202e8ac7e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,12 +6,20 @@
History of Changes
-Version *upcoming* 7.4
+Version 7.4.1
+Daniel (16 October 2000)
+- I forgot to remove some of the malloc debug defines from the makefiles in
+ the release archive (of course).
+
+Version 7.4
+
+Daniel (16 October 2000)
+- The buffer overflow mentioned below was posted to bugtraq on Friday 13th.
Daniel (12 October 2000)
- Colin Robert Phipps elegantly corrected a buffer overflow. It could be used
- by an evil ftp to crash curl. I took the opportunity of replacing a few
- other sprintf()s into snprintf()s as well.
+ by an evil ftp server to crash curl. I took the opportunity of replacing a
+ few other sprintf()s into snprintf()s as well.
Daniel (11 October 2000)
- Found some more memory leaks. This new simple memory debugger has turned out
@@ -48,7 +56,8 @@ Daniel (9 October 2000)
all memory fiddling functions. An additional perl script is used to analyze
the output logfile and to match malloc()s with free()s etc. The memory leak
Georg found turned out to be the main cookie struct that cookie_cleanup()
- didn't free!
+ didn't free! The perl script is named memanalyze.pl and it is available in
+ the CVS respository, not in the release archive.
Daniel (8 October 2000)
- Georg Horn found a GetHost() problem. It turned out it never assigned the