aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-22 13:30:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-22 13:30:54 +0000
commitebee2e323d42e7ef4017fcf99e67e02b083d8002 (patch)
treea654999bd33c99d4b592d6574732d862d3a48167 /CHANGES
parentb2f8de571fb10f58bc3c8411bb4bbed2aa14dc52 (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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6f81cd295..ebab24763 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.