[exim-dev] [Bug 2257] 4.90.1+fixes branch: pipe transport en…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2257] 4.90.1+fixes branch: pipe transport ends with: Socket operation on non-socket: Error 88
https://bugs.exim.org/show_bug.cgi?id=2257

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #1 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/b3b370766107a2bda78f6362170ddbe4b2c0bb21

commit b3b370766107a2bda78f6362170ddbe4b2c0bb21
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Mar 20 17:54:47 2018 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Tue Mar 20 18:06:04 2018 +0000


    fix pipe transport to not use a socket-only syscall.  bug 2257


    broken-by: 42055a3385
----
 doc/doc-txt/ChangeLog           |  2 ++
 src/src/macros.h                |  1 +
 src/src/transport.c             |  3 ++-
 src/src/transports/appendfile.c | 16 +++++++---------
 src/src/transports/autoreply.c  | 20 +++++++++++---------
 src/src/transports/pipe.c       | 11 +++++------
 6 files changed, 28 insertions(+), 25 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.