aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:21:04 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:21:04 +0000
commit2167dd645e64107eee8af5072a02953f9eb0ffd5 (patch)
tree2617e7ed33e8ad1dc84af107af7d259e958ba0f6 /NEWS
parent0d89042e41405763ae734174e55aa0fd2c8eeaec (diff)
downloadfetchmail-2167dd645e64107eee8af5072a02953f9eb0ffd5.tar.gz
fetchmail-2167dd645e64107eee8af5072a02953f9eb0ffd5.tar.bz2
fetchmail-2167dd645e64107eee8af5072a02953f9eb0ffd5.zip
Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac, possibly fixing Red Hat bug #114470. svn path=/trunk/; revision=4071
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b4c5564..a0103ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,9 @@ fetchmail 6.3.0 (not yet released officially):
sizeof(int) != sizeof(size_t). (Matthias Andree)
* Nalin Dahyabhai's fix for driver.c to not call the private Kerberos
krb5_init_ets() function. Sent by Miloslav Trmac. (Matthias Andree)
+* Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
+ space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac,
+ possibly fixing Red Hat bug #114470. (Matthias Andree).
fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: