Home
last modified time | relevance | path

Searched refs:__fortify_fatal (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/private/
Dbionic_fortify.h36 static inline __noreturn void __fortify_fatal(const char* fmt, ...) { in __fortify_fatal() function
50 __fortify_fatal("%s: file descriptor %d < 0", fn, fd); in __check_fd_set()
53 __fortify_fatal("%s: file descriptor %d >= FD_SETSIZE %zu", fn, fd, set_size); in __check_fd_set()
56 __fortify_fatal("%s: set size %zu is too small to be an fd_set", fn, set_size); in __check_fd_set()
63 __fortify_fatal("%s: %zu-element pollfd array too small for %u fds", in __check_pollfd_array()
70 __fortify_fatal("%s: %s %zu > SSIZE_MAX", fn, identifier, value); in __check_count()
77 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual); in __check_buffer_access()
/bionic/libc/bionic/
Dopen.cpp67 __fortify_fatal("open(O_CREAT): called without specifying a mode"); in __open_2()
89 __fortify_fatal("openat(O_CREAT): called without specifying a mode"); in __openat_2()
Dfortify.cpp102 __fortify_fatal("fgets: buffer size %d < 0", supplied_size); in __fgets_chk()
273 __fortify_fatal("stpncpy: detected read past end of %zu-byte buffer", src_len); in __stpncpy_chk2()
283 __fortify_fatal("strcat: prevented write past end of %zu-byte buffer", dst_buf_size); in __strcat_chk_fail()
289 __fortify_fatal("strchr: prevented read past end of buffer"); in __strchr_chk()
303 __fortify_fatal("strcpy: prevented write past end of %zu-byte buffer", dst_buf_size); in __strcpy_chk_fail()
324 __fortify_fatal("strlen: detected read past end of buffer"); in __strlen_chk()
345 __fortify_fatal("strncat: prevented write past end of buffer"); in __strncat_chk()
387 __fortify_fatal("strncpy: detected read past end of %zu-byte buffer", src_len); in __strncpy_chk2()
397 __fortify_fatal("strrchr: prevented read past end of buffer"); in __strrchr_chk()
410 __fortify_fatal("umask: called with invalid mask %o", mode); in __umask_chk()
D__strcat_chk.cpp45 __fortify_fatal("strcat: prevented write past end of %zu-byte buffer", dst_buf_size); in __strcat_chk()