]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Block SIGPIPE around virExec hook functions
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 21 Jan 2011 17:48:48 +0000 (17:48 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 9 Feb 2011 16:21:06 +0000 (16:21 +0000)
commitab07533e767ddd9804d2a5ecb56dbb159c793342
tree8c3471484d2e92ea3850c0c4aeef8050a0368e84
parentcd782cc391e4aca6beedaadbdd7e5d5ce331b312
Block SIGPIPE around virExec hook functions

Some functionality run in virExec hooks may do I/O which
can trigger SIGPIPE. Renable SIGPIPE blocking around the
hook function

* src/util/util.c: Block SIGPIPE around hooks
src/util/util.c