Improve error handling when running gpgv
authorJacob Bachmeyer <jcb@gnu.org>
Tue, 15 Nov 2022 04:27:28 +0000 (22:27 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Tue, 15 Nov 2022 04:27:28 +0000 (22:27 -0600)
commit236ac082c904f8d71525f142e06230000f8bb79e
treee53bf936dff4cdc38c445b0fce9d6a4b4169ec44
parenteb23ed9aa645923052270125f56d4831a4343060
Improve error handling when running gpgv

This commit harmonizes the exit status used when the child process fails
to exec gpgv with that used by posix_spawn, and ensures that the child
process is reaped when the exec fails.
gatekeeper.pl