diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-26 00:09:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-26 00:09:07 +0800 |
commit | b8c1050886081df207fb30f16884c844e7e17fd9 (patch) | |
tree | 6e2a60d32b89f79c83298c1196b746bee3d3d53e /e-util/ChangeLog | |
parent | da85df2ff6a6b9540708540ac69054a84fdf60ad (diff) | |
download | gsoc2013-evolution-b8c1050886081df207fb30f16884c844e7e17fd9.tar.gz gsoc2013-evolution-b8c1050886081df207fb30f16884c844e7e17fd9.tar.zst gsoc2013-evolution-b8c1050886081df207fb30f16884c844e7e17fd9.zip |
Make sure that res->ai_canonname is non-NULL and that it doesn't match the
2003-09-25 Jeffrey Stedfast <fejj@ximian.com>
* e-host-utils.c (e_gethostbyaddr_r): Make sure that
res->ai_canonname is non-NULL and that it doesn't match the
numeric host address that we were trying to resolve. Fixes the
second half of bug #46006.
svn path=/trunk/; revision=22701
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 21014249b5..38ee4c5d26 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,15 @@ +2003-09-25 Jeffrey Stedfast <fejj@ximian.com> + + * e-host-utils.c (e_gethostbyaddr_r): Make sure that + res->ai_canonname is non-NULL and that it doesn't match the + numeric host address that we were trying to resolve. Fixes the + second half of bug #46006. + +2003-09-19 Jeffrey Stedfast <fejj@ximian.com> + + * e-host-utils.c (e_gethostbyaddr_r): Work around a bug in glibc + 2.3.2's gethostbyaddr_r() implementation. + 2003-09-11 Dan Winship <danw@ximian.com> * Makefile.am (noinst_LTLIBRARIES): Remove libeutil-static.la and |