1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Jeff Pohlmeyer is our hero of the week!

This commit is contained in:
Daniel Stenberg 2003-09-14 22:06:35 +00:00
parent 071fc74c0e
commit e7160459ab

View File

@ -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.