Taint: fix off-by-one in is_tainted(). Bug 2634
authorGavan <gavan@coolfactor.org>
Fri, 21 Aug 2020 14:46:01 +0000 (15:46 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 26 Aug 2020 22:48:20 +0000 (23:48 +0100)
(cherry picked from commit e0ae68c8ee6788508da4989ee0d6fcbaf40c7b97)

doc/doc-txt/ChangeLog

index 6d944f204dfea583726c2c63d9b08cdfcc5c1431..ae4050322a31be0e6cc8ec41b997f5f16a783467 100644 (file)
@@ -87,6 +87,11 @@ JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for
       Find and fix by Gavan.  Although NetBSD is not a supported platform for
       4.94 this bug could affect other platforms.
 
+JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for
+      is_tainted() had an off-by-one error in the overenthusiastic direction.
+      Find and fix by Gavan.  Although NetBSD is not a supported platform for
+      4.94 this bug could affect other platforms.
+
 
 Exim version 4.94
 -----------------