Compilation security options for shared libraries and executables (daemon) with G++ 4.9.2
Jonathan Wakely
jwakely.gcc@gmail.com
Mon Dec 8 09:58:00 GMT 2014
On 7 December 2014 at 12:59, Some Developer wrote:
> This is a network daemon so I kind of need everything that is
> available.
You could try the -fvtable-verify=std option for adding verification
code to check vtable pointers aren't overwritten, although you need to
reconfigure and rebuild GCC yourself.
https://gcc.gnu.org/wiki/vtv
More information about the Gcc-help
mailing list