| -rw-r--r-- | .gitattributes | 3L |
| -rw-r--r-- | .github/workflows/testsuite.yaml | 122L |
| -rw-r--r-- | .gitignore | 6L |
| -rw-r--r-- | LICENSE | 12L |
| -rw-r--r-- | Makefile | 24L |
| -rw-r--r-- | README.md | 112L |
| -rw-r--r-- | include/fortify-headers.h | 92L |
| -rw-r--r-- | include/poll.h | 62L |
| -rw-r--r-- | include/stdio.h | 160L |
| -rw-r--r-- | include/stdlib.h | 77L |
| -rw-r--r-- | include/string.h | 214L |
| -rw-r--r-- | include/strings.h | 67L |
| -rw-r--r-- | include/sys/select.h | 63L |
| -rw-r--r-- | include/sys/socket.h | 89L |
| -rw-r--r-- | include/unistd.h | 193L |
| -rw-r--r-- | include/wchar.h | 255L |
| -rw-r--r-- | tests/Makefile | 188L |
| -rw-r--r-- | tests/common.h | 70L |
| -rw-r--r-- | tests/test_FD_CLR_SETSIZE.c | 14L |
| -rw-r--r-- | tests/test_FD_CLR_negative.c | 14L |
| -rw-r--r-- | tests/test_FD_SET_SETSIZE.c | 14L |
| -rw-r--r-- | tests/test_FD_SET_negative.c | 14L |
| -rw-r--r-- | tests/test_bcopy_dynamic_read.c | 18L |
| -rw-r--r-- | tests/test_bcopy_dynamic_write.c | 18L |
| -rw-r--r-- | tests/test_bcopy_static_read.c | 18L |
| -rw-r--r-- | tests/test_bcopy_static_write.c | 18L |
| -rw-r--r-- | tests/test_bzero_dynamic_write.c | 18L |
| -rw-r--r-- | tests/test_bzero_static_write.c | 18L |
| -rw-r--r-- | tests/test_compile.c | 18L |
| -rw-r--r-- | tests/test_compile.cc | 18L |
| -rw-r--r-- | tests/test_confstr_dynamic.c | 16L |
| -rw-r--r-- | tests/test_confstr_static.c | 16L |
| -rw-r--r-- | tests/test_fgets_dynamic.c | 15L |
| -rw-r--r-- | tests/test_fgets_static.c | 15L |
| -rw-r--r-- | tests/test_fgetws_dynamic.c | 15L |
| -rw-r--r-- | tests/test_fgetws_static.c | 15L |
| -rw-r--r-- | tests/test_fread_int_overflow.c | 14L |
| -rw-r--r-- | tests/test_fread_overwrite_dynamic.c | 17L |
| -rw-r--r-- | tests/test_fread_overwrite_static.c | 17L |
| -rw-r--r-- | tests/test_fwrite_int_overflow.c | 14L |
| -rw-r--r-- | tests/test_fwrite_overwrite_dynamic.c | 17L |
| -rw-r--r-- | tests/test_fwrite_overwrite_static.c | 17L |
| -rw-r--r-- | tests/test_getcwd_dynamic.c | 16L |
| -rw-r--r-- | tests/test_getcwd_static.c | 16L |
| -rw-r--r-- | tests/test_getdomainname_dynamic.c | 19L |
| -rw-r--r-- | tests/test_getdomainname_static.c | 19L |
| -rw-r--r-- | tests/test_getgroups_dynamic.c | 16L |
| -rw-r--r-- | tests/test_getgroups_static.c | 16L |
| -rw-r--r-- | tests/test_gethostname_dynamic.c | 16L |
| -rw-r--r-- | tests/test_gethostname_static.c | 16L |
| -rw-r--r-- | tests/test_getlogin_r_dynamic.c | 19L |
| -rw-r--r-- | tests/test_getlogin_r_static.c | 19L |
| -rw-r--r-- | tests/test_mbsnrtowcs_dynamic.c | 26L |
| -rw-r--r-- | tests/test_mbsnrtowcs_static.c | 26L |
| -rw-r--r-- | tests/test_mbsrtowcs_dynamic.c | 24L |
| -rw-r--r-- | tests/test_mbsrtowcs_static.c | 24L |
| -rw-r--r-- | tests/test_mbstowcs_dynamic.c | 16L |
| -rw-r--r-- | tests/test_mbstowcs_static.c | 16L |
| -rw-r--r-- | tests/test_memcpy_dynamic_read.c | 16L |
| -rw-r--r-- | tests/test_memcpy_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_memcpy_overlap.c | 27L |
| -rw-r--r-- | tests/test_memcpy_static_read.c | 16L |
| -rw-r--r-- | tests/test_memcpy_static_write.c | 16L |
| -rw-r--r-- | tests/test_memmove_dynamic_read.c | 16L |
| -rw-r--r-- | tests/test_memmove_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_memmove_static_read.c | 16L |
| -rw-r--r-- | tests/test_memmove_static_write.c | 16L |
| -rw-r--r-- | tests/test_mempcpy_dynamic_read.c | 19L |
| -rw-r--r-- | tests/test_mempcpy_dynamic_write.c | 19L |
| -rw-r--r-- | tests/test_mempcpy_static_read.c | 19L |
| -rw-r--r-- | tests/test_mempcpy_static_write.c | 19L |
| -rw-r--r-- | tests/test_memset_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_memset_static_write.c | 16L |
| -rw-r--r-- | tests/test_poll_dynamic.c | 14L |
| -rw-r--r-- | tests/test_poll_static.c | 14L |
| -rw-r--r-- | tests/test_ppoll_dynamic.c | 17L |
| -rw-r--r-- | tests/test_ppoll_static.c | 17L |
| -rw-r--r-- | tests/test_pread_dynamic.c | 16L |
| -rw-r--r-- | tests/test_pread_static.c | 16L |
| -rw-r--r-- | tests/test_read_dynamic.c | 14L |
| -rw-r--r-- | tests/test_read_static.c | 15L |
| -rw-r--r-- | tests/test_readlink_dynamic.c | 16L |
| -rw-r--r-- | tests/test_readlink_static.c | 16L |
| -rw-r--r-- | tests/test_readlinkat_dynamic.c | 17L |
| -rw-r--r-- | tests/test_readlinkat_static.c | 17L |
| -rw-r--r-- | tests/test_realpath.c | 11L |
| -rw-r--r-- | tests/test_realpath_null.c | 11L |
| -rw-r--r-- | tests/test_recv_dynamic.c | 14L |
| -rw-r--r-- | tests/test_recv_static.c | 14L |
| -rw-r--r-- | tests/test_recvfrom_dynamic.c | 14L |
| -rw-r--r-- | tests/test_recvfrom_static.c | 14L |
| -rw-r--r-- | tests/test_send_dynamic.c | 14L |
| -rw-r--r-- | tests/test_send_static.c | 14L |
| -rw-r--r-- | tests/test_sendto_dynamic.c | 14L |
| -rw-r--r-- | tests/test_sendto_static.c | 14L |
| -rw-r--r-- | tests/test_snprintf_dynamic.c | 18L |
| -rw-r--r-- | tests/test_snprintf_static.c | 18L |
| -rw-r--r-- | tests/test_sprintf.c | 9L |
| -rw-r--r-- | tests/test_sprintf_62.c | 21L |
| -rw-r--r-- | tests/test_stpcpy_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_stpcpy_static_write.c | 16L |
| -rw-r--r-- | tests/test_stpncpy_dynamic_write.c | 17L |
| -rw-r--r-- | tests/test_stpncpy_static_write.c | 17L |
| -rw-r--r-- | tests/test_strcat_dynamic_write.c | 15L |
| -rw-r--r-- | tests/test_strcat_static_write.c | 16L |
| -rw-r--r-- | tests/test_strcpy_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_strcpy_static_write.c | 16L |
| -rw-r--r-- | tests/test_strlcat_dynamic_write.c | 21L |
| -rw-r--r-- | tests/test_strlcat_static_write.c | 21L |
| -rw-r--r-- | tests/test_strlcpy_dynamic_write.c | 21L |
| -rw-r--r-- | tests/test_strlcpy_static_write.c | 21L |
| -rw-r--r-- | tests/test_strncat_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_strncat_n_eq_buf.c | 18L |
| -rw-r--r-- | tests/test_strncat_n_gt_buf.c | 17L |
| -rw-r--r-- | tests/test_strncat_n_lt_buf.c | 18L |
| -rw-r--r-- | tests/test_strncat_n_one.c | 18L |
| -rw-r--r-- | tests/test_strncat_safe.c | 34L |
| -rw-r--r-- | tests/test_strncat_static_write.c | 19L |
| -rw-r--r-- | tests/test_strncpy_dynamic_write.c | 18L |
| -rw-r--r-- | tests/test_strncpy_static_write.c | 18L |
| -rw-r--r-- | tests/test_swab_dynamic_read.c | 16L |
| -rw-r--r-- | tests/test_swab_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_swab_negative.c | 19L |
| -rw-r--r-- | tests/test_swab_static_read.c | 16L |
| -rw-r--r-- | tests/test_swab_static_write.c | 16L |
| -rw-r--r-- | tests/test_ttyname_r_dynamic.c | 14L |
| -rw-r--r-- | tests/test_ttyname_r_static.c | 14L |
| -rw-r--r-- | tests/test_vsnprintf_dynamic.c | 29L |
| -rw-r--r-- | tests/test_vsnprintf_static.c | 29L |
| -rw-r--r-- | tests/test_vsprintf.c | 29L |
| -rw-r--r-- | tests/test_wcrtomb.c | 9L |
| -rw-r--r-- | tests/test_wcscat_dynamic_write.c | 21L |
| -rw-r--r-- | tests/test_wcscat_static_write.c | 16L |
| -rw-r--r-- | tests/test_wcscpy_dynamic_write.c | 22L |
| -rw-r--r-- | tests/test_wcscpy_static_write.c | 16L |
| -rw-r--r-- | tests/test_wcsncat_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_wcsncat_n_eq_buf.c | 18L |
| -rw-r--r-- | tests/test_wcsncat_n_gt_buf.c | 17L |
| -rw-r--r-- | tests/test_wcsncat_n_lt_buf.c | 18L |
| -rw-r--r-- | tests/test_wcsncat_n_one.c | 18L |
| -rw-r--r-- | tests/test_wcsncat_safe.c | 34L |
| -rw-r--r-- | tests/test_wcsncat_static_write.c | 16L |
| -rw-r--r-- | tests/test_wcsncpy_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_wcsncpy_static_write.c | 16L |
| -rw-r--r-- | tests/test_wcsnrtombs_dynamic.c | 26L |
| -rw-r--r-- | tests/test_wcsnrtombs_static.c | 26L |
| -rw-r--r-- | tests/test_wcsrtombs_dynamic.c | 24L |
| -rw-r--r-- | tests/test_wcsrtombs_static.c | 24L |
| -rw-r--r-- | tests/test_wcstombs_dynamic.c | 16L |
| -rw-r--r-- | tests/test_wcstombs_static.c | 16L |
| -rw-r--r-- | tests/test_wmemcpy_dynamic_read.c | 16L |
| -rw-r--r-- | tests/test_wmemcpy_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_wmemcpy_static_read.c | 16L |
| -rw-r--r-- | tests/test_wmemcpy_static_write.c | 16L |
| -rw-r--r-- | tests/test_wmemmove_dynamic_read.c | 16L |
| -rw-r--r-- | tests/test_wmemmove_dynamic_write.c | 16L |
| -rw-r--r-- | tests/test_wmemmove_static_read.c | 16L |
| -rw-r--r-- | tests/test_wmemmove_static_write.c | 16L |
| -rw-r--r-- | tests/test_wmemset_dynamic.c | 16L |
| -rw-r--r-- | tests/test_wmemset_static.c | 16L |
| -rw-r--r-- | tests/test_write_dynamic.c | 14L |
| -rw-r--r-- | tests/test_write_static.c | 15L |