- Robson Braga Araujo filed bug report #1776232

(http://curl.haxx.se/bug/view.cgi?id=1776232) about libcurl calling
  Curl_client_write(), passing on a const string that the caller may not
  modify and yet it does (on some platforms).
This commit is contained in:
Daniel Stenberg
2007-08-17 22:31:51 +00:00
parent 014fe6971e
commit 1aa82decea
3 changed files with 8 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ This release includes the following bugfixes:
o no NTLM unicode response
o resume HTTP PUT using Digest authentication
o FTP NOBODY requests on directories sent "SIZE (null)"
o FTP NOBODY request on file crash
This release includes the following known bugs: