diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-11 11:21:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-11 11:21:45 +0000 |
commit | c57309a50444d858c0a2dc1581846a850d78a9ad (patch) | |
tree | 67ec17240b117ba2f949bd1b93cfd7e95eaaeb51 /doc | |
parent | e8ca77c32e51000283df63e08d6247d7a432b262 (diff) |
BSD: fix resource leak
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 e7c7085f8..567399483 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -65,6 +65,10 @@ JH/13 Bug 2845: Fix handling of tls_require_ciphers for OpenSSL when a value JH/14 Bug 1895: TLS: Deprecate RFC 5114 Diffie-Hellman parameters. +JH/15 Fix a resource leak in *BSD. An off-by-one error resulted in the daemon + failing to close the certificates directory, every hour or any time it + was touched. + Exim version 4.95 ----------------- |