aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-15 07:31:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-15 07:31:31 +0000
commit1667890172b848be62de8c162548eb9ec1df6e58 (patch)
treeb1cdfa735f98b0dcc03d5d094cbc97de796fc516 /CHANGES
parent9b3f863cf5b34fc0c57a369e36dea18889093ad8 (diff)
credit to John Wilkinson
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index fa03ea073..e75537689 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,8 +20,9 @@ Daniel Fandrich (8 Oct 2008)
are added to DISABLED.
Daniel Stenberg (8 Oct 2008)
-- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
- fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:
+- John Wilkinson filed bug #2152270
+ (http://curl.haxx.se/bug/view.cgi?id=2152270) which identified and fixed a
+ CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:
Any subsequent transfer with a redirect leaks memory, eventually crashing
the process potentially.