[Rpm-maint] [rpm-software-management/rpm] Stop blocking when GPG process dies prematurely (RhBug:1746353) (#938)
Michal Domonkos
notifications at github.com
Mon Jun 1 11:03:36 UTC 2020
@dmnks commented on this pull request.
> if (fnamedPipe)
Fclose(fnamedPipe);
- if (pid)
- waitpid(pid, &status, 0);
+ if (gpgPid)
+ waitpid(gpgPid, &status, 0);
Hopefully resolved in the second commit :)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/938#discussion_r433171564
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200601/c033a663/attachment.html>
More information about the Rpm-maint
mailing list