Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64518 Details for
Bug 100552
xine-lib-1.1.0 fails on hardened x86 due to (yet more) non-PIC code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fixing PIC/__PIC__ stuff, in addition to already present 02_all_pic.patch
xine-lib-picpp.patch (text/plain), 567 bytes, created by
Kevin F. Quinn (RETIRED)
on 2005-07-28 04:34:59 UTC
(
hide
)
Description:
patch fixing PIC/__PIC__ stuff, in addition to already present 02_all_pic.patch
Filename:
MIME Type:
Creator:
Kevin F. Quinn (RETIRED)
Created:
2005-07-28 04:34:59 UTC
Size:
567 bytes
patch
obsolete
>--- src/libffmpeg/libavcodec/msmpeg4.c.orig 2005-07-28 07:14:41.000000000 +0200 >+++ src/libffmpeg/libavcodec/msmpeg4.c 2005-07-28 07:14:56.000000000 +0200 >@@ -849,7 +849,7 @@ > necessitate to modify mpegvideo.c. The problem comes from the > fact they decided to store the quantized DC (which would lead > to problems if Q could vary !) */ >-#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined PIC >+#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined __PIC__ > asm volatile( > "movl %3, %%eax \n\t" > "shrl $1, %%eax \n\t"
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 100552
: 64518