Searched refs:__fortify_chk_fail (Results 1 – 25 of 44) sorted by relevance
12
/bionic/libc/bionic/ |
D | __FD_chk.cpp | 35 __fortify_chk_fail("FD_ISSET: file descriptor < 0", 0); in __FD_ISSET_chk() 38 __fortify_chk_fail("FD_ISSET: file descriptor >= FD_SETSIZE", 0); in __FD_ISSET_chk() 41 __fortify_chk_fail("FD_ISSET: set is too small", 0); in __FD_ISSET_chk() 48 __fortify_chk_fail("FD_CLR: file descriptor < 0", 0); in __FD_CLR_chk() 51 __fortify_chk_fail("FD_CLR: file descriptor >= FD_SETSIZE", 0); in __FD_CLR_chk() 54 __fortify_chk_fail("FD_CLR: set is too small", 0); in __FD_CLR_chk() 61 __fortify_chk_fail("FD_SET: file descriptor < 0", 0); in __FD_SET_chk() 64 __fortify_chk_fail("FD_SET: file descriptor >= FD_SETSIZE", 0); in __FD_SET_chk() 67 __fortify_chk_fail("FD_SET: set is too small", 0); in __FD_SET_chk()
|
D | __fgets_chk.cpp | 49 __fortify_chk_fail("fgets: buffer size < 0", 0); in __fgets_chk() 53 __fortify_chk_fail("fgets: prevented write past end of buffer", 0); in __fgets_chk()
|
D | __stpncpy_chk.cpp | 49 __fortify_chk_fail("stpncpy: prevented write past end of buffer", in __stpncpy_chk() 68 __fortify_chk_fail("stpncpy: prevented write past end of buffer", in __stpncpy_chk2() 87 __fortify_chk_fail("stpncpy: prevented read past end of buffer", 0); in __stpncpy_chk2()
|
D | __strncpy_chk.cpp | 49 __fortify_chk_fail("strncpy: prevented write past end of buffer", in __strncpy_chk() 68 __fortify_chk_fail("strncpy: prevented write past end of buffer", in __strncpy_chk2() 87 __fortify_chk_fail("strncpy: prevented read past end of buffer", 0); in __strncpy_chk2()
|
D | __read_chk.cpp | 35 __fortify_chk_fail("read: prevented write past end of buffer", 0); in __read_chk() 39 __fortify_chk_fail("read: count > SSIZE_MAX", 0); in __read_chk()
|
D | __umask_chk.cpp | 47 __fortify_chk_fail("umask: called with invalid mask", 0); in __umask_chk()
|
D | __strchr_chk.cpp | 36 __fortify_chk_fail("strchr: prevented read past end of buffer", 0); in __strchr_chk()
|
D | __strlen_chk.cpp | 62 __fortify_chk_fail("strlen: prevented read past end of buffer", 0); in __strlen_chk()
|
D | __strrchr_chk.cpp | 36 __fortify_chk_fail("strrchr: prevented read past end of buffer", 0); in __strrchr_chk()
|
D | __memset_chk.cpp | 48 __fortify_chk_fail("memset: prevented write past end of buffer", in __memset_chk()
|
D | __strlcpy_chk.cpp | 50 __fortify_chk_fail("strlcpy: prevented write past end of buffer", 0); in __strlcpy_chk()
|
D | __memcpy_chk.cpp | 48 __fortify_chk_fail("memcpy: prevented write past end of buffer", in __memcpy_chk()
|
D | __strlcat_chk.cpp | 50 __fortify_chk_fail("strlcat: prevented write past end of buffer", 0); in __strlcat_chk()
|
D | __memmove_chk.cpp | 49 __fortify_chk_fail("memmove: prevented write past end of buffer", in __memmove_chk()
|
D | __strcpy_chk.cpp | 50 __fortify_chk_fail("strcpy: prevented write past end of buffer", in __strcpy_chk()
|
D | __stpcpy_chk.cpp | 50 __fortify_chk_fail("stpcpy: prevented write past end of buffer", in __stpcpy_chk()
|
D | open.cpp | 67 __fortify_chk_fail("open(O_CREAT): called without specifying a mode", 0); in __open_2() 89 __fortify_chk_fail("openat(O_CREAT): called without specifying a mode", 0); in __openat_2()
|
D | __strcat_chk.cpp | 55 __fortify_chk_fail("strcat: prevented write past end of buffer", in __strcat_chk()
|
D | __recvfrom_chk.cpp | 39 __fortify_chk_fail("recvfrom: prevented write past end of buffer", 0); in __recvfrom_chk()
|
D | __strncat_chk.cpp | 59 __fortify_chk_fail("strncat: prevented write past end of buffer", in __strncat_chk()
|
D | __vsprintf_chk.cpp | 51 __fortify_chk_fail("vsprintf: prevented write past end of buffer", 0); in __vsprintf_chk()
|
D | __vsnprintf_chk.cpp | 50 __fortify_chk_fail("vsnprintf: prevented write past end of buffer", 0); in __vsnprintf_chk()
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy.S | 55 bl __fortify_chk_fail
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memcpy.S | 55 bl __fortify_chk_fail
|
/bionic/libc/arch-arm/denver/bionic/ |
D | memcpy.S | 94 bl __fortify_chk_fail
|
12