1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-30 02:58:42 +00:00

Fixed: xiopoll(...) Bad file descriptor

This commit is contained in:
Gerhard Rieger 2025-01-29 22:41:25 +01:00
parent 1154e69d3e
commit 9beffd3193
2 changed files with 12 additions and 7 deletions

View file

@ -25,6 +25,10 @@ Corrections:
Partial write situations respect total inactivity timeout when
nonblocking.
Fixed a bug that could lead to error "xiopoll(...): Bad file descriptor"
or to undefined behaviour before terminating Socat with addresses EXEC,
SYSTEM, or SHELL.
Building:
Disabling certain features during configure could break build process.