mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -05:00
Rich Rauenzahn filed bug report #1733119
(http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones.
This commit is contained in:
parent
f37dc9168a
commit
68330c86e7
7
CHANGES
7
CHANGES
@ -6,6 +6,13 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel S (13 June 2007)
|
||||||
|
- Rich Rauenzahn filed bug report #1733119
|
||||||
|
(http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the
|
||||||
|
fix. The problem is that for 64bit HPUX builds, several socket-related
|
||||||
|
functions would still assume int (32 bit) arguments and not socklen_t (64
|
||||||
|
bit) ones.
|
||||||
|
|
||||||
Daniel S (12 June 2007)
|
Daniel S (12 June 2007)
|
||||||
- James Housley brought his revamped SSH code that is state-machine driven to
|
- James Housley brought his revamped SSH code that is state-machine driven to
|
||||||
really take advantage of the now totally non-blocking libssh2 (in CVS).
|
really take advantage of the now totally non-blocking libssh2 (in CVS).
|
||||||
|
@ -54,6 +54,7 @@ This release includes the following bugfixes:
|
|||||||
o FPL-SSL when built with NSS
|
o FPL-SSL when built with NSS
|
||||||
o out-of-boundary write in Curl_select()
|
o out-of-boundary write in Curl_select()
|
||||||
o -s/--silent can now be used to toggle off the silence again
|
o -s/--silent can now be used to toggle off the silence again
|
||||||
|
o builds fine on 64bit HP-UX
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -79,6 +80,6 @@ advice from friends like these:
|
|||||||
James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman,
|
James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman,
|
||||||
Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström,
|
Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström,
|
||||||
Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
|
Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
|
||||||
Andre Guibert de Bruet, Rob Crittenden
|
Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user