diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-12-03 15:08:09 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-03 15:08:09 +0000 |
| commit | 58ebde9502cbab9215be7f0d72f08e552b7af876 (patch) | |
| tree | 7f7692116e7ec1a8e455b59519f32fcafff18cb7 /CHANGES | |
| parent | 04ee89493ec3923ee5de19366fd25e6ac5f97423 (diff) | |
- Pawel Kierski pointed out a mistake in the cookie code that could lead to a
bad fclose() after a fatal error had occured.
(http://curl.haxx.se/bug/view.cgi?id=2382219)
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Fandrich (3 Dec 2008) +- Pawel Kierski pointed out a mistake in the cookie code that could lead to a + bad fclose() after a fatal error had occured. + (http://curl.haxx.se/bug/view.cgi?id=2382219) + Daniel Fandrich (25 Nov 2008) - If a HTTP request is Basic and num is already >=1000, the HTTP test server adds 1 to num to get the data section to return. This allows |
