Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8637] New: stack-smashing protector flags

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8637] New: stack-smashing protector flags
  • Date: Wed, 20 Apr 2005 09:38:18 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8637

Summary: stack-smashing protector flags
Product: Sorcery
Version: Untargetted future release
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Feature Request
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: Thomas.Houssin AT sourcemage.org
BugsThisDependsOn: 8636


Adding the SSP extension in gcc will add the following flags :
-fstack-protector, -fno-stack-protector, -fstack-protector-all,
-fno-stack-protector-all.

In the spell proposed, when you build gcc with SSP, the protection is disabled
by default. It would be nice to have a menu in sorcery (like optimisations
menu)
to choose between :
* no protection
* -fstack-protector (protects the function with character arrays)
* -fstack-protector-all (protects every function)

May be with an entry "security flags" ?
What do you think ? Do you want me to add that ?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 8637] New: stack-smashing protector flags, bugzilla-daemon, 04/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page