2024-10-07 14:41:23 +00:00
|
|
|
---
|
|
|
|
badfuncs:
|
|
|
|
# For compiler-rt, we allow the following forbidden functions:
|
|
|
|
# - gethostbyname
|
|
|
|
# - gethostbyname2
|
|
|
|
# - gethostbyaddr
|
|
|
|
# - inet_aton
|
|
|
|
# These are never actually used, and are installed just as interceptors.
|
|
|
|
allowed:
|
|
|
|
/usr/lib*/clang/*/lib/*/libclang_rt.?san.so:
|
|
|
|
- gethostbyaddr
|
|
|
|
- gethostbyname
|
|
|
|
- gethostbyname2
|
|
|
|
- inet_aton
|
|
|
|
/usr/lib*/clang/*/lib/*/libclang_rt.memprof.so:
|
|
|
|
- gethostbyaddr
|
|
|
|
- gethostbyname
|
|
|
|
- gethostbyname2
|
|
|
|
- inet_aton
|
2024-10-29 08:58:02 +00:00
|
|
|
|
|
|
|
unicode:
|
|
|
|
ignore:
|
|
|
|
# Ignore bidirectional unicode sequence documentation file
|
|
|
|
- llvm-project-*.src/clang-tools-extra/docs/clang-tidy/checks/misc/misleading-bidirectional.rst
|