diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 10:07:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 10:07:07 +0000 |
commit | 21bb852750d39a51d20e29652d29b0be5fdbef38 (patch) | |
tree | 5b38e412a90180dabacaaec4d17428171001de77 /CHANGES | |
parent | 83bab78bdaeecc7fd5cae3c035d5239b0d38468f (diff) |
Pavel Orehov reported memory problems with the multi interface in bug report
#1098843. In short, a shared DNS cache was setup for a multi handle and when
the shared cache was deleted before the individual easy handles, the latter
cleanups caused read/writes to already freed memory.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Daniel (10 January 2005) +- Pavel Orehov reported memory problems with the multi interface in bug report + #1098843. In short, a shared DNS cache was setup for a multi handle and when + the shared cache was deleted before the individual easy handles, the latter + cleanups caused read/writes to already freed memory. + - Hzhijun reported a memory leak in the SSL certificate code, that leaked the remote certificate name when it didn't match the used host name. |