Update rpminspect's badfuncs config for LLVM 17.
Sanitizer libs have changed their path https://fedoraproject.org/wiki/Changes/LLVM-17#Detailed_Description Related: RHEL-9028
This commit is contained in:
parent
90ee359165
commit
56a9593338
@ -7,12 +7,12 @@ badfuncs:
|
|||||||
# - inet_aton
|
# - inet_aton
|
||||||
# These are never actually used, and are installed just as interceptors.
|
# These are never actually used, and are installed just as interceptors.
|
||||||
allowed:
|
allowed:
|
||||||
/usr/lib*/clang/*/lib/libclang_rt.?san*so:
|
/usr/lib*/clang/*/lib/*/libclang_rt.?san.so:
|
||||||
- gethostbyaddr
|
- gethostbyaddr
|
||||||
- gethostbyname
|
- gethostbyname
|
||||||
- gethostbyname2
|
- gethostbyname2
|
||||||
- inet_aton
|
- inet_aton
|
||||||
/usr/lib*/clang/*/lib/libclang_rt.memprof*so:
|
/usr/lib*/clang/*/lib/*/libclang_rt.memprof.so:
|
||||||
- gethostbyaddr
|
- gethostbyaddr
|
||||||
- gethostbyname
|
- gethostbyname
|
||||||
- gethostbyname2
|
- gethostbyname2
|
||||||
|
Loading…
Reference in New Issue
Block a user