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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |