diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-07 22:07:02 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-07 22:07:02 +0000 |
commit | ab6b4fdbded98ca6d185409e3c419ab1bfb26422 (patch) | |
tree | 5bdf8547fa17971c700b807d11bf9eb2890399d1 /doc | |
parent | adf703b6582dcb89a2592b3519fd2e5ed30682f3 (diff) |
FreeBSD: fix sendfile shim
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
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 ----------------- |