Menu

#15 atmarp -a writes to STDIN

closed
None
5
2009-08-05
2003-09-01
No

atmarp -a writes to file descriptor 0 (STDIN). This
works in most cases of interactive use because shells
open filedescriptor 0 as writable. However, this
requires workarounds when atmarp is used in scripts.
The error message below the write() statement suggests
that this is a typo.

The attached patch does not break workarounds such like

atmarp -a 0>&1 | other-program

-Hilko

Discussion

  • Anonymous

    Anonymous - 2003-09-01

    Patch against atmarp.c

     
  • chas williams

    chas williams - 2009-08-05
    • assigned_to: nobody --> chas3
    • status: open --> closed
     

Log in to post a comment.