From c47288eb9c3656ea36f3dd121cfd486fc03d5681 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 20 Aug 2024 20:06:57 +0100 Subject: [PATCH] Docs: strchrnul() fix. Bug 3108 Actual fix: ede1cf66682a --- doc/doc-txt/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index adfd5cb8f..0cefe5b7c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -45,6 +45,12 @@ JH/09 Not a change, but worthy of note: There is no test coverage of the least one platform) library version conflicts with the gsasl auth driver). Confidence in its operation is lacking. +JH/10 Bug 3108: On platforms not providing strchrnul() [OpenBSD] supply a proper + prototype (as well as implementaton). Previously, a return type "int" + was assumed, resulting in type-conversion bugs when int and pointer had + different size. This resulted in crashes while processing DKIM signatures + of received messages. Identification and fix from Qualys Security. + Exim version 4.98 ----------------- -- 2.30.2