Closed
Bug 499584
Opened 16 years ago
Closed 16 years ago
nss-3.12.3 executable stacks for Linux x86_64
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 486537
People
(Reporter: anarchy, Unassigned)
References
()
Details
Attachments
(1 file)
445 bytes,
patch
|
Details | Diff | Splinter Review |
An executable stack prevents nss from being built on hardened linux systems. Patch is attached that will only alter for linux systems.
Reporter | ||
Comment 1•16 years ago
|
||
For more information on problem please for to the gentoo bug.
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Summary: nss-3.12.3 executable stacks → nss-3.12.3 executable stacks for Linux x86_64
Comment 3•16 years ago
|
||
Comment on attachment 384305 [details] [diff] [review]
nss-3.12.3 remove executable stack
>- .size intel_aes_decrypt_cbc_256, .-intel_aes_decrypt_cbc_256
>+ .size intel_aes_decrypt_cbc_256, .-intel_aes_decrypt_cbc_256z
^^^^
Your patch seems to add a 'z' to the end of this .size statement by
mistake.
You need to log in
before you can comment on or make changes to this bug.
Description
•