diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-17 16:53:27 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-17 16:53:27 +0000 |
commit | b808677c8f0d6a1cf93ff75f4ad5b1199bd85311 (patch) | |
tree | ff274ab3a3a0685a37d1451fba145c6f618742c5 /doc | |
parent | a5c60e3c951f141cfd38ac1d05eea15743206c9a (diff) |
Fix memory leak during multi-message reception using STARTTLS
Reported-by: Wolfgang Breyha
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 988c509bb..c5a506c16 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -106,6 +106,10 @@ JH/19 Speed up macro lookups during configuration file read, by skipping non- JH/20 DANE support moved from Experimental to mainline. The Makefile control for the build is renamed. +JH/21 Fix memory leak during multi-message connections using STARTTLS. A buffer + was allocated for every new TLS startup, meaning one per message. Fix + by only allocating once (OpenSSL) or freeing on TLS-close (GnuTLS). + Exim version 4.90 ----------------- |