aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2009-07-22 09:48:32 +0000
committerMichal Marek <mmarek@suse.cz>2009-07-22 09:48:32 +0000
commit4c207a004cce51e0dcd11c42eda514bd1587e8b2 (patch)
treecefd40c8d71b7fb2585965dd001cf2cc10fd7c55 /RELEASE-NOTES
parent650543a042d59d30d3ae0bf4f171077aeb08601b (diff)
- David Binderman found a memory and fd leak in lib/gtls.c:load_file()
(https://bugzilla.novell.com/523919). When looking at the code, I found that also the ptr pointer can leak.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 798337160..0f4da0b0e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -32,6 +32,7 @@ This release includes the following bugfixes:
o curl -o - sends data to stdout using binary mode on windows
o fixed the separators for "array" style string that CURLINFO_CERTINFO returns
o auth problem over several hosts with re-used connection
+ o fix leak in gtls code
This release includes the following known bugs:
@@ -44,6 +45,6 @@ advice from friends like these:
Andre Guibert de Bruet, Mike Crowe, Claes Jakobsson, John E. Malmberg,
Aaron Oneal, Igor Novoseltsev, Eric Wong, Bill Hoffman, Daniel Steinberg,
Fabian Keil, Michal Marek, Reuven Wachtfogel, Markus Koetter,
- Constantine Sapuntzakis
+ Constantine Sapuntzakis, David Binderman
Thanks! (and sorry if I forgot to mention someone)