about summary refs log tree commit diff
path: root/src/env/__stack_chk_fail.c
Commit message (Expand)AuthorAgeFilesLines
* remove redundant pthread struct members repeated for layout purposesRich Felker2020-08-271-1/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+1
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-111-10/+1
* provide __stack_chk_fail_local in libc.aRich Felker2015-06-201-0/+4
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-1/+1
* allow libc itself to be built with stack protector enabledRich Felker2015-04-131-0/+10
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-2/+1
* 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