diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-24 23:45:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-24 23:45:48 +0000 |
commit | fc1d1ea93472985c12a4e3ae892a416de00d032e (patch) | |
tree | 3e7a2320ed346959a8c5743c03211df9898177ed /CHANGES | |
parent | 9cd30c20120888ce08276ed00a11e858e44ff3f4 (diff) |
Gary Maxwell filed bug report #1856628
(http://curl.haxx.se/bug/view.cgi?id=1856628) and provided a fix for the
(small) memory leak in the SSL session ID caching code. It happened when a
previous entry in the cache was re-used.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel S (25 Dec 2007) +- Gary Maxwell filed bug report #1856628 + (http://curl.haxx.se/bug/view.cgi?id=1856628) and provided a fix for the + (small) memory leak in the SSL session ID caching code. It happened when a + previous entry in the cache was re-used. + Daniel Fandrich (19 Dec 2007) - Ensure that nroff doesn't put anything but ASCII characters into the --manual text. |