diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-30 17:39:25 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-30 17:39:25 +0000 |
commit | 1bf08084e235d22625eb78f457d668064a1ce28b (patch) | |
tree | 7cc1b1ccab43c4b42b1309cb013c60c81257cdfe /doc/doc-txt/ChangeLog | |
parent | a3da0b8f1ed51351bb3a6eaed2146fae4eebd35b (diff) |
FreeBSD: fix sendfile shim
Broken-by: 7d758a6a68
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 64198944a..8a0b75ede 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -213,6 +213,10 @@ JH/45 local_scan API: documented the current smtp_printf() call. This changed adjustment for any calls to smtp_printf() to match the new function signature; a FALSE value for the new argument is always safe. +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 ----------------- |