aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-28 13:06:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-28 13:06:15 +0000
commit25613503cb234a4ee6e7a89bf1b85048e7f72d35 (patch)
tree29a2cf35000d8ed5edb5500a6b0dd5bb12f2b103 /CHANGES
parent60ef75f2ee4bdb5bf045112fb448c94789ae0fe5 (diff)
Another glibc resolve name fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9b6c64c6..cd7c715e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,13 @@
Changelog
+Daniel (28 October)
+- Dan C tracked down yet another weird behavior in the glibc gethostbyname_r()
+ function for some specific versions (reported on 2.2.5 and 2.1.1), and
+ provided a fix. On Linux machines with these glibc versioins, non-ipv6
+ builds of libcurl would often fail to resolve perfectly resolvable host
+ names.
+
Daniel (26 October)
- James Bursa found out that curl_msnprintf() could write the trailing
zero-byte outside its given buffer size. This could happen if you generated