diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-14 03:19:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-14 03:19:43 +0800 |
commit | 72a82284b0df4f928a226c91eaa2b327a37501db (patch) | |
tree | 4cc123d3ab99c4adea2b8664dd1f451ed123d4d2 /e-util/ChangeLog | |
parent | ab652676c247df51d85829108b084892c0f26bd5 (diff) | |
download | gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.tar gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.tar.gz gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.tar.bz2 gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.tar.lz gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.tar.xz gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.tar.zst gsoc2013-evolution-72a82284b0df4f928a226c91eaa2b327a37501db.zip |
Implemented a similar workaround to the one I did for a gethostbyaddr_r()
2004-04-13 Jeffrey Stedfast <fejj@ximian.com>
* e-host-utils.c (e_gethostbyname_r): Implemented a similar
workaround to the one I did for a gethostbyaddr_r() glibc bug
here. Glibc will apparently return success for addresses such as
"192..168.1.1" (note the double dot) and yet not have filled in
the hostent properly.
svn path=/trunk/; revision=25445
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ff22477bb8..0c6fb9ba90 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2004-04-13 Jeffrey Stedfast <fejj@ximian.com> + + * e-host-utils.c (e_gethostbyname_r): Implemented a similar + workaround to the one I did for a gethostbyaddr_r() glibc bug + here. Glibc will apparently return success for addresses such as + "192..168.1.1" (note the double dot) and yet not have filled in + the hostent properly. + 2004-04-12 Jeffrey Stedfast <fejj@ximian.com> Really fixes bug #56623 |