diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-08 09:57:29 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-08 09:57:29 +0000 |
commit | 41a13e0aab243e127589673148ca9f136d21ff83 (patch) | |
tree | 0bfa76979f55445bef81c0a2725df8b796c29a9f /doc | |
parent | b56c5fc4a39cf217e858eb823ccde041f517a99b (diff) |
Fix memory bug (could segfault) for $reply_address when Reply-to: is
empty and From: does not exist.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b953ab84e..8a00fffd9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.198 2005/08/03 09:29:24 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.199 2005/08/08 09:57:29 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -60,6 +60,9 @@ JJ/01 exipick: added $message_exim_id variable (see 4.53-PH/04) TK/03 Fix log output including CR from clamd. +PH/14 A reference to $reply_address when Reply-to: was empty and From: did not + exist provoked a memory error which could cause a segfault. + Exim version 4.52 ----------------- |