[Bug 691722] Re: -fstack-protector-all ignored due to -fstack-protector default

Rolf Leggewie 691722 at bugs.launchpad.net
Wed Jun 17 11:17:59 UTC 2015


lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".

** Changed in: gcc-4.5 (Ubuntu Lucid)
       Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.4 in Ubuntu.
https://bugs.launchpad.net/bugs/691722

Title:
  -fstack-protector-all ignored due to -fstack-protector default

Status in gcc-4.4 package in Ubuntu:
  Fix Released
Status in gcc-4.5 package in Ubuntu:
  Fix Released
Status in gcc-4.4 source package in Lucid:
  Won't Fix
Status in gcc-4.5 source package in Lucid:
  Won't Fix
Status in gcc-4.4 source package in Maverick:
  Won't Fix
Status in gcc-4.5 source package in Maverick:
  Won't Fix
Status in gcc-4.4 source package in Natty:
  Fix Released
Status in gcc-4.5 source package in Natty:
  Fix Released
Status in gcc-4.4 source package in Karmic:
  Won't Fix
Status in gcc-4.5 source package in Karmic:
  Won't Fix

Bug description:
  Binary package hint: gcc-4.5

  Looks like the spec file modifications need to be tweaked:

  $ gcc -o test test.c
  $ hardening-check test
  ...
   Stack protected: no, not found!
  ...
  $ gcc -o test test.c -fstack-protector-all
  $ hardening-check test
  ...
   Stack protected: no, not found!
  ...
  $ gcc -o test test.c -fno-stack-protector -fstack-protector-all
  $ hardening-check test
  ...
   Stack protected: yes
  ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/691722/+subscriptions



More information about the foundations-bugs mailing list