- 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.
This commit is contained in:
Daniel Stenberg
2008-04-12 11:50:51 +00:00
parent 79300cdcd9
commit 84eb9fee76
3 changed files with 14 additions and 3 deletions

View File

@@ -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)