diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-11 19:48:12 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-15 00:42:38 +0000 |
commit | 6acb441b40bbcded2e85819c71a068db713e7ca6 (patch) | |
tree | 311b0a019b3b1d8760a9e2752dc2ba8b55d8478c /doc | |
parent | ca22cc0abe93c28f3d296d99c239413bb0d079c4 (diff) |
Hints DB: harden against corrupt files by ignoring unexpected size records
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 87bf0d009..e1381c156 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -177,6 +177,10 @@ JH/36 Bug 2687: Fix interpretation of multiple ^ chars in a plaintext documentation. There is still no way to get a leading ^ immediately after a NUL (ie. for the password of a PLAIN method authenticator. +JH/37 Enforce the expected size, for fixed-size records read from hints-DB + files. For bad sizes read, delete the record and whine to paniclog. + + Exim version 4.94 ----------------- |