diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-06-28 09:47:43 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-06-28 09:47:43 +0000 |
commit | 8e71aeb4c1ed10442a36d861250c23f2c3d89ce9 (patch) | |
tree | 32ec71b1fdb68a0e399d1bf817e7bf51cdf7c245 /NEWS | |
parent | dd89bd0d8e92e56977a64252ec567ec24044859c (diff) | |
download | fetchmail-8e71aeb4c1ed10442a36d861250c23f2c3d89ce9.tar.gz fetchmail-8e71aeb4c1ed10442a36d861250c23f2c3d89ce9.tar.bz2 fetchmail-8e71aeb4c1ed10442a36d861250c23f2c3d89ce9.zip |
* When looking up ports for a service, the lookup succeeds and the
returned address family isn't IPv4 or IPv6, properly free the allocated
memory from the service lookup. Found by Uli Zappe.
* When looking up ports for a service, only look up TCP ports.
svn path=/branches/BRANCH_6-3/; revision=4855
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -85,6 +85,10 @@ fetchmail 6.3.5 (not yet released): * Fetchmail no longer attempts to stat the "-" file in daemon mode -- this is a special name to read the RC file from stdin, and cannot always be re-read anyways. BerliOS bug #7858. +* When looking up ports for a service, the lookup succeeds and the returned + address family isn't IPv4 or IPv6, properly free the allocated memory from the + service lookup. Found by Uli Zappe. +* When looking up ports for a service, only look up TCP ports. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes |