aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-03-29 00:52:00 +0100
committerMatthias Andree <matthias.andree@gmx.de>2020-03-29 00:52:00 +0100
commit093c3809e439e066f5fdfdabdb43f2013ae67269 (patch)
tree34d15d4ab35dff130707a17ec3a653e8bafb6707
parentd9cfb9960dd1f39861e592d5eef4589810f2cb48 (diff)
downloadfetchmail-093c3809e439e066f5fdfdabdb43f2013ae67269.tar.gz
fetchmail-093c3809e439e066f5fdfdabdb43f2013ae67269.tar.bz2
fetchmail-093c3809e439e066f5fdfdabdb43f2013ae67269.zip
NEWS: document memory leak fix from ac3d5133
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4f8b40b..7f25c694 100644
--- a/NEWS
+++ b/NEWS
@@ -67,7 +67,9 @@ removed from a 6.5.0 or newer release.)
fetchmail-6.4.3 (WIP)
-## BUGFIX:
+## BUGFIXES:
+* Plug memory leaks when parts of the configuration (defaults, rcfile, command
+ line) override one another.
* fetchmail terminated the placeholder command string too late and included
garbage from the heap at the end of the string. Workaround: don't use place-
holders %h or %p in the --plugin string. Bug added in 6.4.0 when merging