diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-17 00:55:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-17 00:55:04 +0100 |
commit | ebda598a4af7ead204e1f611ec066bb678a275d5 (patch) | |
tree | 1405e9515a38643ff864f0762f23a9338c88ba0d /doc | |
parent | 7ea1237c783e380d7bdb86c90b13d8203c7ecf26 (diff) |
Avoid fixed-size buffers for file paths in DB open
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 8d5f92b7f..f93622bf9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -116,6 +116,10 @@ JH/24 Bug 2310: Raise a msg:fail:internal event for each undelivered recipient, and a msg:complete for the whole, when a message is manually reoved using -Mrm. Developement by Matthias Kurz, hacked on by JH. +JH/25 Avoid fixed-size buffers for pathnames in DB access. This required using + a "Gnu special" function, asprintf() in the DB utility binary builds; I + hope that is portable enough. + Exim version 4.91 ----------------- |