Kill the SIGPIPE signal handler which is installed around write opertations.
authorclaudio <claudio@openbsd.org>
Wed, 19 Jun 2024 13:13:25 +0000 (13:13 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 19 Jun 2024 13:13:25 +0000 (13:13 +0000)
commitd7c05bd5f83de097d211cbdbff6f9049fbd68185
tree3c8e85ae41eec3e35d1336c917b1de8fea7f521a
parent3bbea653b99157d3ad7ae16a81727aa0cef40791
Kill the SIGPIPE signal handler which is installed around write opertations.
Instead just SIG_IGN SIGPIPE in main.c for all of acme-client.
More work to be done here but at least this distraction is gone.
OK florian@ deraadt@ op@
usr.sbin/acme-client/main.c
usr.sbin/acme-client/util.c