diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-22 13:30:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-22 13:30:54 +0000 |
commit | ebee2e323d42e7ef4017fcf99e67e02b083d8002 (patch) | |
tree | a654999bd33c99d4b592d6574732d862d3a48167 /CHANGES | |
parent | b2f8de571fb10f58bc3c8411bb4bbed2aa14dc52 (diff) |
- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t
variable to point to when it should be a socklen_t.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel (22 December 2006) +- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t + variable to point to when it should be a socklen_t. + - When setting a proxy with environment variables and (for example) running 'curl [URL]' with a URL without a protocol prefix, curl would not send a correct request as it failed to add the protocol prefix. |