diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-11-07 18:33:20 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-11-07 18:33:20 +0000 |
commit | 6354cbf9d6b1f16544c69d8a9d2b7816768da11b (patch) | |
tree | c1d521c977e675ecd159234a86f9ac68d55ea0cd /RELEASE-NOTES | |
parent | 95a849efc2e37de5d45fbdadd04f00ff794e1307 (diff) |
The getifaddrs() version of Curl_if2ip() crashed when used on a Linux
system with a TEQL load-balancing device configured, which doesn't
have an address. Thanks to Adam Sampson for spotting this (bug #2234923).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b9fb47bc0..1d8d76d81 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: This release includes the following bugfixes: o build failure when using MSVC 6 makefile + o crash when using --interface name on Linux systems with a TEQL device This release includes the following known bugs: @@ -26,6 +27,6 @@ Other curl-related news: This release would not have looked like this without help, code, reports and advice from friends like these: - John Wilkinson + John Wilkinson, Adam Sampson Thanks! (and sorry if I forgot to mention someone) |