Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 264593 Details for
Bug 357235
app-text/texlive-core-2010-r1 pdftex: segfault against app-crypt/heimdal-1.4.1_pre20110301
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make prim static
gentoo357235a.patch (text/plain), 705 bytes, created by
Martin von Gagern
on 2011-03-03 17:19:09 UTC
(
hide
)
Description:
Make prim static
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2011-03-03 17:19:09 UTC
Size:
705 bytes
patch
obsolete
>Make prim static to prevent its being exported. > >Having that symbol exported clobbers the namespace and makes other >apps fail, most notably pdftex. I don't believe that the symbol is in >fact intended for public use. > >2011-03-03 Martin von Gagern > >References: >http://bugs.gentoo.org/357235 > >diff --git a/lib/asn1/template.c b/lib/asn1/template.c >index 1a39677..f689b65 100644 >--- a/lib/asn1/template.c >+++ b/lib/asn1/template.c >@@ -46,7 +46,7 @@ > #define DPO(data,offset) ((void *)(((unsigned char *)data) + offset)) > > >-struct asn1_type_func prim[] = { >+static struct asn1_type_func prim[] = { > #define el(name, type) { \ > (asn1_type_encode)der_put_##name, \ > (asn1_type_decode)der_get_##name, \
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 357235
: 264593