diff options
author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2021-11-28 17:26:40 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-11-28 18:09:07 +0000 |
commit | d73b9f478a2a5b299634acee4e05ff8ea25375a2 (patch) | |
tree | bf20c9410a3053ad05e6ccdc7e29ccff7d39c5e9 /doc | |
parent | 1f6756f54d456e1049ad8b4efe18c2d63cbbb366 (diff) |
Fix basic memory use for SPARC. Bug 2838
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1d4b3c1c5..e40c11a1d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -53,6 +53,11 @@ JH/11 Fix use of $sender_host_name in daemon process. When used in certain connection was never replaced for subsequent connections. Found by Wakko Warner. +JH/12 Bug 2838: Fix for i32lp64 hard-align platforms. Found for SPARC Linux, + though only once PCRE2 was introduced: the memory accounting used under + debug offset allocations by an int, giving a hard trap in early startup. + Change to using a size_t. Debug and fix by John Paul Adrian Glaubitz. + Exim version 4.95 ----------------- |