aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/secure/fortify_string_test.c
Commit message (Expand)AuthorAgeFilesLines
* libc: tests: fix the gethostname() and getdomainname() testsKyle Evans2025-03-201-0/+1
* libc: tests: allow fortified test cases to require rootKyle Evans2025-03-201-65/+260
* lib/libc/string: apply SSP hardening and tests to memset_explicitRobert Clausecker2024-11-141-0/+132
* include: ssp: fortify <sys/socket.h>Kyle Evans2024-07-131-0/+45
* include: ssp: fortify <sys/select.h>Kyle Evans2024-07-131-0/+1
* include: ssp: fortify <sys/uio.h>Kyle Evans2024-07-131-0/+1
* include: ssp: fortify <sys/random.h>Kyle Evans2024-07-131-0/+1
* include: ssp: fortify <wchar.h>Kyle Evans2024-07-131-0/+1
* include: ssp: fortify poll/ppoll from <poll.h>Kyle Evans2024-07-131-0/+1
* include: ssp: round out fortification of current set of headersKyle Evans2024-07-131-0/+478
* libc: tests: add testing infrastructure for _FORTIFY_SOURCEKyle Evans2024-07-131-0/+1415