Re: Re: Disable SPP On GCC-4.8.3
Frank Peters <[email protected]>
| Newsgroups | gmane.linux.gentoo.amd64 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 17 Jun 2014 21:28:14 +0100 thegeezer <[email protected]> wrote: > > howdy, just out of curiosity what benefits do you gain from disabling ssp ? > is there a speed concern or resource issue ? > Every routine that is not explicitly declared in-line will necessitate setting up a stack frame which is costly enough already. With SSP every subroutine call will require an additional reading from /dev/urandom to set up the "canary" value. This my also deplete the kernel entropy pool. If you want it take it but please allow me to opt out. Frank Peters