- 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

@@ -6,6 +6,10 @@
Changelog
Daniel Stenberg (12 Apr 2008)
- 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.
Daniel Fandrich (9 Apr 2008)
- Added test cases 1024 & 1025 to test a scenario similar to the one reported
by Ben Combee where libcurl would send the wrong cookie to a redirected