diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-12 11:50:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-12 11:50:51 +0000 |
commit | 84eb9fee765d8614b5f4d56e1db3ea02322301fe (patch) | |
tree | 4dd31f6f98ecf8ba4d5b61786af3b2ad902952fd /RELEASE-NOTES | |
parent | 79300cdcd988e65c37bd3d9b391cd7a73ebefc6b (diff) |
- Andre Guibert de Bruet found and fixed a case where malloc() was called but
was not checked for a NULL return, in the Negotiate code.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 85dc6e380..fbb1f901e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following bugfixes: the confusion that could lead to a hung transfer o curl_easy_reset() resets the max redirect limit properly o configure now correctly recognizes Heimdal and MIT gssapi libraries + o malloc() failure check in Negotiate This release includes the following known bugs: @@ -36,6 +37,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black, - Rafa Muyo + Rafa Muyo, Andre Guibert de Bruet Thanks! (and sorry if I forgot to mention someone) |