Expect

Check-in [f8e8464f14]
Login

Check-in [f8e8464f14]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:errorfd file descriptors should be closed when forking, otherwize a fd leak occurs. This patch make use of F_DUPFD_CLOEXEC if available or fcntl setting FD_CLOEXEC flag if not. Patch by Clément Chigot.
Downloads: See separate download page
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA1: f8e8464f14c728cf02a7dd51ba91cc25c12859de
User & Date: pyssling 2020-05-31 14:16:14.329
Context
2020-05-31
14:16
errorfd file descriptors should be closed when forking, otherwize a fd leak occurs. This patch make use of F_DUPFD_CLOEXEC if available or fcntl setting FD_CLOEXEC flag if not. Patch by Clément Chigot. leaf check-in: f8e8464f14 user: pyssling tags: trunk
2020-05-21
16:55
Replace CONST84 with const. CONST84 is deprecated. Reported by multiple users including Peter da Silva. check-in: 4aa905d5e2 user: pyssling tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to exp_clib.c.
Changes to exp_command.c.