Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()

an unknown error number on glibc systems.
http://curl.haxx.se/bug/view.cgi?id=1532289
This commit is contained in:
Daniel Stenberg
2006-08-01 09:39:01 +00:00
parent 9f579f12fc
commit ee642859ef
3 changed files with 15 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o Curl_strerror() crash on unknown errors
o changing Content-Type when doing formposts
o added CURL_EXTERN to a few recent multi functions that lacked them
o splay-tree related problems for internal expire time handling
@@ -49,6 +50,7 @@ advice from friends like these:
Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner, Toshiyuki Maezawa,
Ingmar Runge, Ates Goral, David McCreedy, Jari Sundell, Georg Horn,
Gisle Vanem, Yang Tse, Michael Jerris, Dan Nelson, Yves Lejeune
Gisle Vanem, Yang Tse, Michael Jerris, Dan Nelson, Yves Lejeune,
Maciej Karpiuk
Thanks! (and sorry if I forgot to mention someone)