- Andre Guibert de Bruet fixed a second case of not checking the malloc()

return code in the Negotiate code.
This commit is contained in:
Daniel Stenberg
2008-04-14 15:22:45 +00:00
parent cda1f2be58
commit e0c2a39ad4
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
Daniel Stenberg (14 Apr 2008)
- Andre Guibert de Bruet fixed a second case of not checking the malloc()
return code in the Negotiate code.
- Sandor Feldi reported bug #1942022
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the
lib/Makefile.vc[68] makefiles' release-ssl-dll target.