Ignore badfuncs in library
The gethostbyname() call that rpminspect complains about is only used in the cases that IPv6 is not available.
This commit is contained in:
parent
42d359bcd0
commit
c91236b3ee
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
badfuncs:
|
||||
ignore:
|
||||
- /usr/lib*/libxml2.so*
|
Loading…
Reference in New Issue
Block a user