diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-02 19:03:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-02 19:03:26 +0000 |
commit | 98b98887f926be87eabccc7919e57ce625c63c03 (patch) | |
tree | 6254b888117c285432ce7e270385f20ee971cad0 /doc/doc-txt/ChangeLog | |
parent | 94431adbd61d7706fe6df3a19bcae043fec950bf (diff) |
Avoid misaligned access in cached lookup. Bug 1708
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8780780c0..cea29eeb3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -63,9 +63,11 @@ JH/10 Bug 840: fix log_defer_output option of pipe transport JH/11 Bug 830: use same host for all RCPTS of a message, even under hosts_randomize. This matters a lot when combined with mua_wrapper. -JH/12 Bug 1706: percent and underbar characters are no longer excaped by the +JH/12 Bug 1706: percent and underbar characters are no longer escaped by the ${quote_pgsql:<string>} operator. +JH/13 Bug 1708: avoid misaligned access in cached lookup. + Exim version 4.86 ----------------- |