diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-12-26 14:45:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-12-26 14:45:19 +0000 |
commit | d583c6119a4be8ccf08cb82b47542d00b2ab47a3 (patch) | |
tree | e3827b7fc12cbf1ece91dbb52f1ade7b7c6510e9 /NEWS | |
parent | e7189017e19dd5162f40a91050a730c5de982d9a (diff) | |
download | fetchmail-d583c6119a4be8ccf08cb82b47542d00b2ab47a3.tar.gz fetchmail-d583c6119a4be8ccf08cb82b47542d00b2ab47a3.tar.bz2 fetchmail-d583c6119a4be8ccf08cb82b47542d00b2ab47a3.zip |
Revise getnameinfo check to ensure NULL is defined and the result is properly
evaluated, to avoid bogus results on for instance FreeBSD and redefinitions of
NI_* at compile time.
svn path=/branches/BRANCH_6-3/; revision=5146
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,9 @@ fetchmail 6.3.9 (not yet released): was also changed to reflect this. (Peter O'Gorman) * m4/gethostbyname_r.m4 does AC_TRY_COMPILE, which unfortunately can pass even if there is no gethostbyname_r. Changed to AC_TRY_LINK. (Peter O'Gorman) +* Revise getnameinfo check to ensure NULL is defined and the result is properly + evaluated, to avoid bogus results on for instance FreeBSD and redefinitions of + NI_* at compile time. (Matthias Andree). * __attribute__ ((unused)) is a gccism, removed from libesmtp/gethostbyname.c. (Peter O'Gorman) * In KAME/getnameinfo.c it's best to use the correct argument to inet_ntoa. |