From ebda598a4af7ead204e1f611ec066bb678a275d5 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 17 Sep 2018 00:55:04 +0100 Subject: Avoid fixed-size buffers for file paths in DB open --- doc/doc-txt/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 ----------------- -- cgit v1.2.3