summaryrefslogtreecommitdiff
path: root/lib/libc/secure/stack_protector.c
Commit message (Expand)AuthorAgeFilesLines
* libc: ssp: sprinkle around some __dead2Kyle Evans2021-10-061-3/+3
* ssp: knock out some trivial warnings that come up with WARNS=6Kyle Evans2020-01-041-3/+5
* ssp: further refine the conditional used for constructor priorityKyle Evans2019-11-131-1/+1
* ssp: rework the logic to use priority=200 on clang buildsKyle Evans2019-11-131-4/+6
* ssp: add a priority to the __stack_chk_guard constructorKyle Evans2019-11-131-1/+17
* Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov2018-04-241-4/+16
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-141-0/+117