summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-07-02 10:30:48 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-07-03 21:37:42 +0100
commit4226691b79845d9b41041e2f64a3a241dcb99f4d (patch)
tree505a9a3ee5a2d5bf9e5b81e842e1bee21032d972 /doc/doc-txt
parent687cac44312c8adc6f999882b49f0705bcb8613c (diff)
Transform string_append_listele{,_n}() to proper expanding-string triplet interface
(but do always maintain a nul-term string result). This avoids always copying the previous list version, and should do fewer allocs too.
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 8c6a1a5d3..7544e35a4 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -115,6 +115,9 @@ PP/06 Repair manualroute's ability to take options in any order, even if one
HS/01 Cleanup, prevent repeated use of -p/-oMr (CVE-2017-1000369)
+JH/17 Change the list-building routines interface to use the expanding-string
+ triplet model, for better allocation and copying behaviour.
+
Exim version 4.89
-----------------