-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Open
Labels
clang:diagnosticsNew/improved warning or error message in Clang, but not in clang-tidy or static analyzerNew/improved warning or error message in Clang, but not in clang-tidy or static analyzer
Description
Android has local fortify warnings for functions not seen in clang. My plan is to upstream them over time. This issue lists all the functions and will track the progress on upstreaming them:
poll.h-
poll -
ppoll/ppoll64
-
socket.h-
recvfrom -
sendto -
recv -
send
-
stdio.h-
fread -
fwrite -
fgets
-
- string.h/strings.h
-
stpcpy -
strcat -
strlcpy -
strlcat -
bcopy -
bzero
-
- unistd.h
-
getcwd -
pread/pread64 -
pwrite/pwrite64 -
read -
readlink -
readlinkat -
write
-
Metadata
Metadata
Assignees
Labels
clang:diagnosticsNew/improved warning or error message in Clang, but not in clang-tidy or static analyzerNew/improved warning or error message in Clang, but not in clang-tidy or static analyzer