diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
commit | 77b3f56c6b957c933882ac9eeb99d66a03960f49 (patch) | |
tree | 68e9ea9f33ad21327f86ee00b37b01c94fc85721 /NEWS | |
parent | 8fae522793c7ee92d5aae880067320396e13b5a7 (diff) | |
download | fetchmail-77b3f56c6b957c933882ac9eeb99d66a03960f49.tar.gz fetchmail-77b3f56c6b957c933882ac9eeb99d66a03960f49.tar.bz2 fetchmail-77b3f56c6b957c933882ac9eeb99d66a03960f49.zip |
socket.c: plugin/plugout SIGSEGV and memleak fixes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -112,6 +112,10 @@ fetchmail-6.4.22 (not yet released): command continuation) * On IMAP connections, When --auth external is requested but not advertised by the server, log a proper error message. +* Fetchmail no longer crashes when attempting a connection with --plugin "" or + --plugout "". +* Fetchmail no longer leaks memory when processing the arguments of --plugin or + --plugout on connections. # CHANGES: * IMAP: When fetchmail is in not-authenticated state and the server volunteers |