From Fedora Project Wiki

< Toolchain‎ | Watermark

Revision as of 10:44, 24 October 2016 by Fweimer (talk | contribs) (Created page with "== Hardening: Stack protector == Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector? GCC av...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hardening: Stack protector

Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector?

GCC avoids instrumentation for some functions if they don't need it (especially with -fstack-protector-strong), so this information is not readily available.