Fix string_copy() macro to not multiple-eval args. Bug 2603
[users/heiko/exim.git] / doc / doc-txt / ChangeLog
index 859e87b000c0b4c6f38f73a1b6eec78e1335e86b..1173b3651dc11dc003ac6860a16236d7e62e1b26 100644 (file)
@@ -40,6 +40,12 @@ JH/08 Bug 2598: Fix verify ACL condition.  The options for the condition are
       expanded; previously using tainted values was rejected.  Fix by using
       dynamically-created buffers.
 
+JH/10 Bug 2603: Fix coding of string copying to only evaluate arguments once.
+      Previously a macro used one argument twice; when called with the
+      argument as an expression having side-effects, incorrect operation
+      resulted.  Use an inlineable function.
+
+
 
 Exim version 4.94
 -----------------