Disable bad-funcs test in rpminspect
This is needed to suppress rpminspect errors caused by gethostbyaddr, gethostbyname, inet_addr and inet_ntoa function. Those functions are part of the source codes for years, but they are not actually used.
This commit is contained in:
parent
3aa4aa9113
commit
9714e09c82
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
inspections:
|
||||
badfuncs: off
|
||||
Loading…
Reference in New Issue
Block a user