From 56a9593338854ec71a62368bf43f8ee7214dd9d8 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 9 Oct 2023 13:08:49 +0200 Subject: [PATCH] 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 --- rpminspect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index dcfcb62..2f600c2 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -7,12 +7,12 @@ badfuncs: # - inet_aton # These are never actually used, and are installed just as interceptors. allowed: - /usr/lib*/clang/*/lib/libclang_rt.?san*so: + /usr/lib*/clang/*/lib/*/libclang_rt.?san.so: - gethostbyaddr - gethostbyname - gethostbyname2 - inet_aton - /usr/lib*/clang/*/lib/libclang_rt.memprof*so: + /usr/lib*/clang/*/lib/*/libclang_rt.memprof.so: - gethostbyaddr - gethostbyname - gethostbyname2