1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

Fixed restore of STDIO tty on Solaris

This commit is contained in:
Gerhard Rieger 2023-02-25 15:40:09 +01:00
parent 5fdd033e7d
commit d355da98bc
4 changed files with 83 additions and 6 deletions

View file

@ -40,6 +40,11 @@ Corrections:
Option stderr on addresses EXEC and SYSTEM uses a temporary FD. It
lacked the FD_CLOEXEC setting and thus leakt into child processes.
Restoring of STDIO tty settings failed on Solaris type operating
systems.
Thanks to Gordon W.Ross for reporting and fixing this issue.
Test: RESTORE_TTY
Features:
VSOCK, VSOCK-L support options pf, socktype, prototype (currently
useless)