about summary refs log tree commit diff
path: root/src/env/__stack_chk_fail.c
Commit message (Expand)AuthorAgeFilesLines
* remove lazy ssp initializationTimo Teräs2014-03-251-13/+5
* always initialize thread pointer at program startRich Felker2014-03-241-1/+7
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+1
* fix unused variable warningsRich Felker2012-11-011-1/+0
* clean up and refactor program initializationRich Felker2012-10-071-3/+2
* ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker2012-08-251-1/+2
* overhaul SSP support to use a real canaryRich Felker2012-05-031-4/+13
* first attempt at enabling stack protector supportRich Felker2012-04-241-0/+14