On 07/09/2013 08:42 AM, P J P wrote:

Till the time the new fixed version - 7.31.0 - is packaged and available, 
solution is for
applications to ignore SIGPIPE signal.

+    signal(SIGPIPE, SIG_IGN);

The proper fix is to use sendmsg and MSG_NOSIGNAL in the TLS implementation (in this case, NSS).

--
Florian Weimer / Red Hat Product Security Team
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to