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:
parent
1a1cbb1598
commit
2fe44bbd78
2 changed files with 25 additions and 2 deletions
5
CHANGES
5
CHANGES
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue