Bug 107825 - libgmp requires an executable stack?
Summary: libgmp requires an executable stack?
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gmp
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-23 14:14 UTC by Joe Orton
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 4.1.2-9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-23 15:46:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joe Orton 2003-10-23 14:14:59 UTC
Ingo's lsexec script shows that exec-shield is disabled in httpd because libgmp
(picked up via PHP) doesn't have the correct object file markings, doubtless in
the assembler...

(httpd) 22401 (bff6d000 ): execshield disabled
 => /usr/lib/libgmp.so.3.3.2 disables exec-shield!

can the markings be added to the assembler, presuming that gmp really doesn't
require an executable stack?

Comment 1 Joe Orton 2003-10-23 14:27:23 UTC
Oh, actually I think I can do this myself...

export CCAS="gcc -c -Wa,--execstack"

wasn't so hard - I'll commit the changes.


Note You need to log in before you can comment on or make changes to this bug.