aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-14 22:06:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-14 22:06:35 +0000
commite7160459ab3779f9b96efec203dcabdcb39ae25e (patch)
tree55efda0c03b581269bc66f783d54d6ad07f0f404
parent071fc74c0e33898a2dd262600079c395213b17b5 (diff)
Jeff Pohlmeyer is our hero of the week!
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 89ac0b0e5..361de0083 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (14 September)
+- Jeff Pohlmeyer tracked down a very hard-to-find bug where we removed a
+ cached DNS entry even though it may be in use, which caused "random" memory
+ to get overwritten and thus "random" crashes.
+
Daniel (12 September)
- Based on a bug report by David Kimdon, I made the runtests.pl script clear
all possible proxy environment variables before the tests are run.