-rw-r--r-- | .gitattributes | 3L |
-rw-r--r-- | .github/workflows/coverage.yaml | 53L |
-rw-r--r-- | .github/workflows/coverity.yaml | 51L |
-rw-r--r-- | .github/workflows/documentation.yaml | 18L |
-rw-r--r-- | .github/workflows/testsuite.yaml | 107L |
-rw-r--r-- | .gitignore | 5L |
-rw-r--r-- | LICENSE | 12L |
-rw-r--r-- | Makefile | 24L |
-rw-r--r-- | README.md | 139L |
-rw-r--r-- | include/fortify-headers.h | 164L |
-rw-r--r-- | include/poll.h | 68L |
-rw-r--r-- | include/stdio.h | 368L |
-rw-r--r-- | include/stdlib.h | 182L |
-rw-r--r-- | include/string.h | 401L |
-rw-r--r-- | include/strings.h | 71L |
-rw-r--r-- | include/sys/select.h | 89L |
-rw-r--r-- | include/sys/socket.h | 89L |
-rw-r--r-- | include/sys/stat.h | 48L |
-rw-r--r-- | include/unistd.h | 226L |
-rw-r--r-- | include/wchar.h | 272L |
-rw-r--r-- | tests/Makefile | 203L |
-rw-r--r-- | tests/common.h | 66L |
-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_ISSET_SETSIZE.c | 14L |
-rw-r--r-- | tests/test_FD_ISSET_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_asprintf.c | 22L |
-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_fprintf.c | 7L |
-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 | 16L |
-rw-r--r-- | tests/test_getlogin_r_static.c | 16L |
-rw-r--r-- | tests/test_issue57.c | 11L |
-rw-r--r-- | tests/test_issue57_strcpy.c | 11L |
-rw-r--r-- | tests/test_mbsrtowcs_dynamic.c | 16L |
-rw-r--r-- | tests/test_mbsrtowcs_static.c | 16L |
-rw-r--r-- | tests/test_mbstowcs_dynamic.c | 15L |
-rw-r--r-- | tests/test_mbstowcs_static.c | 15L |
-rw-r--r-- | tests/test_memchr_dynamic_read.c | 18L |
-rw-r--r-- | tests/test_memchr_null.c | 13L |
-rw-r--r-- | tests/test_memchr_static_read.c | 19L |
-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_null_dst.c | 16L |
-rw-r--r-- | tests/test_memcpy_null_src.c | 16L |
-rw-r--r-- | tests/test_memcpy_overwrite_over.c | 15L |
-rw-r--r-- | tests/test_memcpy_overwrite_under.c | 15L |
-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_null_dst.c | 16L |
-rw-r--r-- | tests/test_memmove_null_src.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 | 17L |
-rw-r--r-- | tests/test_mempcpy_dynamic_write.c | 17L |
-rw-r--r-- | tests/test_mempcpy_static_read.c | 17L |
-rw-r--r-- | tests/test_mempcpy_static_write.c | 17L |
-rw-r--r-- | tests/test_memset_dynamic_write.c | 16L |
-rw-r--r-- | tests/test_memset_null.c | 13L |
-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 | 15L |
-rw-r--r-- | tests/test_ppoll_static.c | 15L |
-rw-r--r-- | tests/test_pread_dynamic.c | 14L |
-rw-r--r-- | tests/test_pread_static.c | 15L |
-rw-r--r-- | tests/test_printf.c | 7L |
-rw-r--r-- | tests/test_pwrite_dynamic.c | 14L |
-rw-r--r-- | tests/test_pwrite_static.c | 14L |
-rw-r--r-- | tests/test_qsort_dynamic.c | 26L |
-rw-r--r-- | tests/test_qsort_static.c | 26L |
-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_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_select_dynamic.c | 16L |
-rw-r--r-- | tests/test_select_static.c | 16L |
-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_sprintf.c | 8L |
-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_overwrite_over.c | 15L |
-rw-r--r-- | tests/test_stpcpy_overwrite_under.c | 15L |
-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_overwrite_over.c | 20L |
-rw-r--r-- | tests/test_stpncpy_overwrite_under.c | 21L |
-rw-r--r-- | tests/test_stpncpy_static_write.c | 16L |
-rw-r--r-- | tests/test_strcat_static_write.c | 16L |
-rw-r--r-- | tests/test_strchr_dynamic_read.c | 21L |
-rw-r--r-- | tests/test_strchr_static_read.c | 21L |
-rw-r--r-- | tests/test_strcpy_dynamic_write.c | 16L |
-rw-r--r-- | tests/test_strcpy_overwrite_over.c | 15L |
-rw-r--r-- | tests/test_strcpy_overwrite_under.c | 15L |
-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_strlen_static_read.c | 22L |
-rw-r--r-- | tests/test_strncat_dynamic_write.c | 18L |
-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_overwrite_over.c | 24L |
-rw-r--r-- | tests/test_strncpy_overwrite_under.c | 17L |
-rw-r--r-- | tests/test_strncpy_static_write.c | 18L |
-rw-r--r-- | tests/test_strrchr_dynamic_read.c | 21L |
-rw-r--r-- | tests/test_strrchr_static_read.c | 21L |
-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_umask.c | 10L |
-rw-r--r-- | tests/test_vasprintf.c | 36L |
-rw-r--r-- | tests/test_vfprintf.c | 16L |
-rw-r--r-- | tests/test_vprintf.c | 16L |
-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_wcscat_static_write.c | 16L |
-rw-r--r-- | tests/test_wcscpy_static_write.c | 16L |
-rw-r--r-- | tests/test_wcsncat_static_write.c | 16L |
-rw-r--r-- | tests/test_wcsncpy_static_write.c | 16L |
-rw-r--r-- | tests/test_wmemcpy_dynamic_write.c | 16L |
-rw-r--r-- | tests/test_wmemcpy_static_write.c | 16L |
-rw-r--r-- | tests/test_wmemmove_dynamic_write.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 |