diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-04-15 18:22:51 -0400 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-04-16 19:41:35 -0400 |
commit | 6a4c6a02de9b45abe4c0f78c4f5d14d92d3359d6 (patch) | |
tree | a04920b212b8552602d48a978a9ae44441474a7c /scripts/pacman-key.sh.in | |
parent | 6d1dcf7937ba3739d17eda614591d1f59ac0bf3a (diff) |
use sockets for scriptlet/hook communication
If a scriptlet/hook dies at the wrong moment it can trigger SIGPIPE,
terminating the process. For pipes, there is no way to prevent SIGPIPE
other than ignoring it process-wide. This can have unintended
consequences in a multi-threaded process. Using send(2) with sockets,
however, allows ignoring SIGPIPE on a per-call basis, leaving other
threads able to make use of SIGPIPE.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'scripts/pacman-key.sh.in')
0 files changed, 0 insertions, 0 deletions