OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fortify_chk_fail
(Results
1 - 25
of
51
) sorted by null
1
2
3
/bionic/libc/bionic/
__FD_chk.cpp
35
__fortify_chk_fail
("FD_ISSET: file descriptor < 0", 0);
38
__fortify_chk_fail
("FD_ISSET: file descriptor >= FD_SETSIZE", 0);
41
__fortify_chk_fail
("FD_ISSET: set is too small", 0);
48
__fortify_chk_fail
("FD_CLR: file descriptor < 0", 0);
51
__fortify_chk_fail
("FD_CLR: file descriptor >= FD_SETSIZE", 0);
54
__fortify_chk_fail
("FD_CLR: set is too small", 0);
61
__fortify_chk_fail
("FD_SET: file descriptor < 0", 0);
64
__fortify_chk_fail
("FD_SET: file descriptor >= FD_SETSIZE", 0);
67
__fortify_chk_fail
("FD_SET: set is too small", 0);
__fgets_chk.cpp
49
__fortify_chk_fail
("fgets: buffer size < 0", 0);
53
__fortify_chk_fail
("fgets: prevented write past end of buffer", 0);
__pread64_chk.cpp
35
__fortify_chk_fail
("pread64: prevented write past end of buffer", 0);
39
__fortify_chk_fail
("pread64: count > SSIZE_MAX", 0);
__pread_chk.cpp
35
__fortify_chk_fail
("pread: prevented write past end of buffer", 0);
39
__fortify_chk_fail
("pread: count > SSIZE_MAX", 0);
__read_chk.cpp
35
__fortify_chk_fail
("read: prevented write past end of buffer", 0);
39
__fortify_chk_fail
("read: count > SSIZE_MAX", 0);
__readlink_chk.cpp
35
__fortify_chk_fail
("readlink: prevented write past end of buffer", 0);
39
__fortify_chk_fail
("readlink: size > SSIZE_MAX", 0);
__readlinkat_chk.cpp
35
__fortify_chk_fail
("readlinkat: prevented write past end of buffer", 0);
39
__fortify_chk_fail
("readlinkat: size > SSIZE_MAX", 0);
__memchr_chk.cpp
35
__fortify_chk_fail
("memchr: prevented read past end of buffer", 0);
__memrchr_chk.cpp
35
__fortify_chk_fail
("memrchr: prevented read past end of buffer", 0);
__strchr_chk.cpp
36
__fortify_chk_fail
("strchr: prevented read past end of buffer", 0);
__strlen_chk.cpp
62
__fortify_chk_fail
("strlen: prevented read past end of buffer", 0);
__strrchr_chk.cpp
36
__fortify_chk_fail
("strrchr: prevented read past end of buffer", 0);
__umask_chk.cpp
47
__fortify_chk_fail
("umask: called with invalid mask", 0);
__stpncpy_chk.cpp
49
__fortify_chk_fail
("stpncpy: prevented write past end of buffer",
68
__fortify_chk_fail
("stpncpy: prevented write past end of buffer",
87
__fortify_chk_fail
("stpncpy: prevented read past end of buffer", 0);
__strncpy_chk.cpp
49
__fortify_chk_fail
("strncpy: prevented write past end of buffer",
68
__fortify_chk_fail
("strncpy: prevented write past end of buffer",
87
__fortify_chk_fail
("strncpy: prevented read past end of buffer", 0);
__poll_chk.cpp
35
__fortify_chk_fail
("poll: pollfd array smaller than fd count", 0);
42
__fortify_chk_fail
("ppoll: pollfd array smaller than fd count", 0);
__memcpy_chk.cpp
48
__fortify_chk_fail
("memcpy: prevented write past end of buffer",
__memmove_chk.cpp
49
__fortify_chk_fail
("memmove: prevented write past end of buffer",
__memset_chk.cpp
48
__fortify_chk_fail
("memset: prevented write past end of buffer",
__recvfrom_chk.cpp
39
__fortify_chk_fail
("recvfrom: prevented write past end of buffer", 0);
__stpcpy_chk.cpp
50
__fortify_chk_fail
("stpcpy: prevented write past end of buffer",
__strcat_chk.cpp
55
__fortify_chk_fail
("strcat: prevented write past end of buffer",
__strcpy_chk.cpp
50
__fortify_chk_fail
("strcpy: prevented write past end of buffer",
__strlcat_chk.cpp
50
__fortify_chk_fail
("strlcat: prevented write past end of buffer", 0);
__strlcpy_chk.cpp
50
__fortify_chk_fail
("strlcpy: prevented write past end of buffer", 0);
Completed in 128 milliseconds
1
2
3