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

Fixed FD leak of RECVFROM with fork

This commit is contained in:
Gerhard Rieger 2023-12-08 16:25:07 +01:00
parent ab2b17dfc5
commit 4c0786dcdf
3 changed files with 93 additions and 0 deletions

View file

@ -12,6 +12,9 @@ Corrections:
a fork loop that was only stopped by FD exhaustion caused by FD leak.
Test: RECVFROM_FORK_LOOP
socat 1.8.0.0 had an FD leak with addresses of type RECVFROM with fork.
Test: RECVFROM_FORK_LEAK
Features:
Total inactivity timeout option -T 0 now means 0.0 seconds; up to
version 1.8.0.0 it meant no total inactivity timeout.