Re: Switch to -fstack-protector-all by default

2012-09-21 Thread Norman Golisz
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

Re: Switch to -fstack-protector-all by default

2012-09-21 Thread Norman Golisz
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

Re: Switch to -fstack-protector-all by default

2012-09-15 Thread Norman Golisz
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

Switch to -fstack-protector-all by default

2012-09-12 Thread Matthew Dempsky
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