[gnutls-devel] GnuTLS | Avoid tests killing entire process groups (!1463)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Mon Aug 30 11:08:13 CEST 2021
Alexander Sosedkin commented on a discussion on tests/tls13/prf-early.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1463#note_663898344
> {
> int status = 0;
>
> - kill(child, SIGTERM);
> - wait(&status);
> + if (child) {
OK, updated the safeguard to use `assert(child)` (01d3fa55d9).
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1463#note_663898344
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20210830/d90bc869/attachment.html>
More information about the Gnutls-devel
mailing list