Harden string-list handling
[exim.git] / doc / doc-txt / ChangeLog
index 77e56c16d5b3692be18d5a34510d28cc642dc820..2fa08c0a4a6fdd75355e140e039d009354a1e57e 100644 (file)
@@ -67,6 +67,14 @@ JH/31 Fix a bad use of a copy function, which could be used to pointlessly
       copy a string over itself.  The library routine is documented as not
       supporting overlapping copies, and on MacOS it actually raised a SIGABRT.
 
+JH/33 Bug 2338: Fix the cyrus-sasl authenticator to fill in the
+      $authenticated_fail_id variable on authentication failure.  Previously
+      it was unset.
+
+JH/36 Harder the handling of string-lists.  When a list consisted of a sole
+      "<" character, which should be a list-separator specification, we walked
+      off past the nul-terimation.
+
 
 Exim version 4.91
 -----------------