Gitweb:
https://git.exim.org/exim.git/commitdiff/c47288eb9c3656ea36f3dd121cfd486fc03d5681
Commit: c47288eb9c3656ea36f3dd121cfd486fc03d5681
Parent: 34598166349129b6bcefd0a7bff722d79bb1dd9b
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Aug 20 20:06:57 2024 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Aug 20 20:06:57 2024 +0100
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
-----------------
--
## subscription configuration (requires account):
##
https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at
http://www.exim.org/
## Please use the Wiki with this list -
http://wiki.exim.org/