diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-21 22:59:58 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-21 22:59:58 +0000 |
commit | 98ca410dab12d43961b72596d9344f8048e30df9 (patch) | |
tree | 48a6a9551d284976c7fb5dca21bd38995c8b342f | |
parent | 8b88e6c64583555643d966fd410b17ffd8c58632 (diff) | |
download | fetchmail-98ca410dab12d43961b72596d9344f8048e30df9.tar.gz fetchmail-98ca410dab12d43961b72596d9344f8048e30df9.tar.bz2 fetchmail-98ca410dab12d43961b72596d9344f8048e30df9.zip |
Revise ai_canonname workaround comment.
svn path=/branches/BRANCH_6-3/; revision=4752
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ fetchmail 6.3.3 (not yet released): The patch, as accepted into fetchmail, was available separately from <http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff> * SEGFAULT: Work around C libraries that return a NULL in getaddrinfo()'s - ai_canonname record, to avoid a segfault. Affects, for instance, FreeBSD 4.11. + ai_canonname record, to avoid a segfault. Affects for instance FreeBSD 4.10, + 4.11 and 5.3 when dotted quads are given as server names. Reported and patched by "Voldemar". * IMAP: fix hangs in NOOP-based IDLE emulation. Reported by Casper Gripenberg and Brendan Lynch, fix by Sunil Shetye (his patch was merged) and Brendan |