From d7a5cdcf61db805ea88f5455856b7a59ce6f298c Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 9 Oct 2023 12:51:06 +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-9283 --- rpminspect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 001774f..41a17d6 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