diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-29 00:52:00 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-29 00:52:00 +0100 |
commit | 093c3809e439e066f5fdfdabdb43f2013ae67269 (patch) | |
tree | 34d15d4ab35dff130707a17ec3a653e8bafb6707 /NEWS | |
parent | d9cfb9960dd1f39861e592d5eef4589810f2cb48 (diff) | |
download | fetchmail-093c3809e439e066f5fdfdabdb43f2013ae67269.tar.gz fetchmail-093c3809e439e066f5fdfdabdb43f2013ae67269.tar.bz2 fetchmail-093c3809e439e066f5fdfdabdb43f2013ae67269.zip |
NEWS: document memory leak fix from ac3d5133
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |