ALT Linux Bugzilla
– Attachment 6404 Details for
Bug 31358
dirmngr: segfault at 580 ip 00007fc2d1b68b02 sp 00007fff40a8e690 error 4 in libpth.so.20.0.27[7fc2d1b5f000+12000]
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
dirmngr patch
dirmngr-pth-fix.patch (text/plain), 597 bytes, created by
Pavel Nakonechnyi
on 2015-10-12 17:24:04 MSK
(
hide
)
Description:
dirmngr patch
Filename:
MIME Type:
Creator:
Pavel Nakonechnyi
Created:
2015-10-12 17:24:04 MSK
Size:
597 bytes
patch
obsolete
>Index: src/dirmngr.c >=================================================================== >--- src/dirmngr.c (revision 348) >+++ src/dirmngr.c (working copy) >@@ -665,8 +665,11 @@ > the option parsing may need services of the libraries. */ > > /* Libgcrypt requires us to register the threading model first. >- Note that this will also do the pth_init. */ >+ Note that this will also do the pth_init for libgcrypt < 1.6 */ > >+#if GCRYPT_VERSION_NUMBER >= 0x010600 >+ pth_init (); >+#endif > /* Init Libgcrypt. */ > rc = gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pth); > if (rc)
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 31358
:
6403
| 6404