Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 643812 Details for
Bug 715888
net-libs/gnutls-3.6.14 kills too many processes (including sandbox) when 'key-material-dtls' test fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnutls-3.6.14-too-broad-SIGTERM.patch
gnutls-3.6.14-too-broad-SIGTERM.patch (text/plain), 253 bytes, created by
Sergei Trofimovich (RETIRED)
on 2020-06-07 09:44:21 UTC
(
hide
)
Description:
gnutls-3.6.14-too-broad-SIGTERM.patch
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2020-06-07 09:44:21 UTC
Size:
253 bytes
patch
obsolete
>--- a/tests/key-material-dtls.c >+++ b/tests/key-material-dtls.c >@@ -83,8 +83,10 @@ static void terminate(void) > { > int status = 0; > >- kill(child, SIGTERM); >- wait(&status); >+ if (child) { >+ kill(child, SIGTERM); >+ wait(&status); >+ } > exit(1); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 715888
:
628942
| 643812