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

Fixed -r, -R to named pipe "No such device or address" error

This commit is contained in:
Gerhard Rieger 2021-10-30 18:10:27 +02:00
parent 1a1cbb1598
commit 2fe44bbd78
2 changed files with 25 additions and 2 deletions

View file

@ -40,6 +40,11 @@ Corrections:
Test: SNIFF_RIGHT_TO_LEFT
Thanks to 1314 gsf for reporting this bug and sending a patch.
Options -r and -R, when opening a named pipe that has no actual reader,
failed with "No such device or address". To solve this problem, Socat
now opens the pipe in rw-Mode.
Thanks to Cody J.Soultz for sending a patch.
Testing:
Prevent the TIMESTAMP tests from sporadically failing due do seconds
overflow