summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-28 15:24:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-28 15:24:21 +0100
commit3d0472791a0928963a3f8184fe28479e80d1a47d (patch)
tree0cbb1ccab503d1ff3e4fd7438dbcfcbc16a98dfe /doc/doc-txt
parent8b138ff95dfb4cfcfc2313a94632d0a7320f37fe (diff)
Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 83d027d0f..b2b9a74b8 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -66,6 +66,9 @@ JH/12 Bug 2607: Fix the ${srs_encode } expansion to handle quoted local_parts.
JH/13 Fix dsearch "subdir" filter to ignore ".". Previously only ".." was
excluded, not matching the documentation.
+JH/14 Bug 2606: Fix a segfault in sqlite lookups. When no, or a bad, filename
+ was given for the sqlite_dbfile a trap resulted.
+
Exim version 4.94
-----------------