summaryrefslogtreecommitdiff
path: root/src/env/__stack_chk_fail.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-13allow libc itself to be built with stack protector enabledRich Felker1-0/+10
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker1-2/+1
2014-03-25remove lazy ssp initializationTimo Teräs1-13/+5
2014-03-24always initialize thread pointer at program startRich Felker1-1/+7
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-2/+1
2012-11-01fix unused variable warningsRich Felker1-1/+0
2012-10-07clean up and refactor program initializationRich Felker1-3/+2
2012-08-25ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker1-1/+2
2012-05-03overhaul SSP support to use a real canaryRich Felker1-4/+13
2012-04-24first attempt at enabling stack protector supportRich Felker1-0/+14