From ab6b4fdbded98ca6d185409e3c419ab1bfb26422 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 7 Dec 2019 22:07:02 +0000 Subject: FreeBSD: fix sendfile shim --- doc/doc-txt/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a8cd823b5..9f18a2073 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -218,6 +218,10 @@ JH/43 Bug 2465: Fix taint-handling in dsearch lookup. Previously a nontainted buffer was used for the filename, resulting in a trap when tainted arguments (eg. $domain) were used. +JH/46 FreeBSD: fix use of the sendfile() syscall. The shim was not updating + the file-offset (which the Linux syscall does, and exim expects); this + resulted in an indefinite loop. + Exim version 4.92 ----------------- -- cgit v1.2.3