Update of bug #11763 (project wormux):

             Assigned to:                    None => gentildemon            

    _______________________________________________________

Follow-up Comment #5:

Normally, SIGPIPE is already blocked.

From main.cpp:
  // Ignore broken pipe signal (elsewise we would break,
  // as soon as we are trying to write on client that closed)
  if( signal(SIGPIPE, SIG_IGN) == SIG_ERR )
    TELL_ERROR;

From the signal manpage:
The  behavior  of  signal()  varies across Unix versions, and has also varied
historically across different versions of Linux.  Avoid its use: use
sigaction(2) instead.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11763>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to