#67 Fix application crashes due to SIGPIPE
Closed: Fixed Opened by simo.

The interposer plugin currently allows SIGPIPE to be delivered to th application causing a crash.

The solution is to switch from using write(2) to send(2)


Fixed in:

212d8f4 Use send() in client library to avoid SIGPIPE

Metadata Update from @simo:
- Issue assigned to simo
- Issue set to the milestone: 2012 APRIL

Metadata