From: Daniel Stenberg Date: Sun, 14 Sep 2003 22:06:35 +0000 (+0000) Subject: Jeff Pohlmeyer is our hero of the week! X-Git-Tag: curl-7_10_8~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7160459ab3779f9b96efec203dcabdcb39ae25e;p=curl Jeff Pohlmeyer is our hero of the week! --- 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.