Bugzilla – Bug 1007884
bogus info binary-or-shlib-calls-gethostbyname
Last modified: 2018-03-01 17:02:23 UTC
I get the info from RPMLINT that /sbin/ifconfig calls gethostbyname() when it does not. It does not happen in 14.1.
(In reply to Christopher Yeleighton from comment #0) > I get the info from RPMLINT that /sbin/ifconfig calls gethostbyname() when > it does not. It does not happen in 14.1. in 42.1, of course
I think you are wrong: nm -D /sbin/ifconfig | grep get U fgets U getaddrinfo U __getdelim U gethostbyaddr U gethostbyname U getnameinfo U getnetbyaddr U getnetbyname U getprotoent U getservent U gettext
Obviously invalid