summaryrefslogtreecommitdiff
path: root/src/env/__stack_chk_fail.c
AgeCommit message (Expand)Author
2022-03-08protect stack canary from leak via read-as-string by zeroing second bytejvoisin
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker
2015-06-20provide __stack_chk_fail_local in libc.aRich Felker
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker
2015-04-13allow libc itself to be built with stack protector enabledRich Felker
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker
2014-03-25remove lazy ssp initializationTimo Teräs
2014-03-24always initialize thread pointer at program startRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2012-11-01fix unused variable warningsRich Felker
2012-10-07clean up and refactor program initializationRich Felker
2012-08-25ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker
2012-05-03overhaul SSP support to use a real canaryRich Felker
2012-04-24first attempt at enabling stack protector supportRich Felker