On Sat Sep 22 2012 00:03, Norman Golisz wrote:
> On Sat Sep 15 2012 20:44, Norman Golisz wrote:
> > On Wed Sep 12 2012 10:23, Matthew Dempsky wrote:
> > > The diff below changes GCC's default behavior to -fstack-protector-all
> > > (i.e., add stack protection code to every function instead of just
On Sat Sep 15 2012 20:44, Norman Golisz wrote:
> On Wed Sep 12 2012 10:23, Matthew Dempsky wrote:
> > The diff below changes GCC's default behavior to -fstack-protector-all
> > (i.e., add stack protection code to every function instead of just
> > some based on heuristics), but you can still revert
On Wed Sep 12 2012 10:23, Matthew Dempsky wrote:
> The diff below changes GCC's default behavior to -fstack-protector-all
> (i.e., add stack protection code to every function instead of just
> some based on heuristics), but you can still revert to the heuristic
> behavior by passing -fstack-protect
The diff below changes GCC's default behavior to -fstack-protector-all
(i.e., add stack protection code to every function instead of just
some based on heuristics), but you can still revert to the heuristic
behavior by passing -fstack-protector on the command line.
Beware this diff has only receiv