diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-12-10 17:32:12 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-10 20:39:39 +0000 |
commit | dcbfbadac2f557dc73bbcf2b26aadf50f8414ca1 (patch) | |
tree | f3f973754825c8541d7a49b33bae31b5054fe83c /doc | |
parent | 4ec0fcb6737da9bc2603056d56fbf6e41e061967 (diff) |
PAM: fix crash in the pam expansion condition. Bug 2489
Broken-by: f3ebb786e4
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 9f8775f0f..6a06e440f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -24,6 +24,10 @@ JH/05 Regard command-line receipients as tainted. JH/06 Bug 340: Remove the daemon pid file on exit, whe due to SIGTERM. +JH/07 Bug 2489: Fix crash in the "pam" expansion condition. It seems that the + PAM library frees one of the arguments given to it, despite the + documentation. Therefore a plain malloc must be used. + Exim version 4.93 ----------------- |