Bug 1007884 - bogus info binary-or-shlib-calls-gethostbyname
Summary: bogus info binary-or-shlib-calls-gethostbyname
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Development (show other bugs)
Version: Leap 42.2
Hardware: x86-64 SUSE Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL: https://build.opensuse.org/package/li...
Whiteboard:
Keywords:
Depends on: 970170
Blocks:
  Show dependency treegraph
 
Reported: 2016-11-01 13:22 UTC by Christopher Yeleighton
Modified: 2018-03-01 17:02 UTC (History)
2 users (show)

See Also:
Found By: Community User
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---
stefan.bruens: needinfo? (giecrilj)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2016-11-01 13:22:06 UTC
I get the info from RPMLINT that /sbin/ifconfig calls gethostbyname() when it does not.  It does not happen in 14.1.
Comment 1 Christopher Yeleighton 2016-11-01 13:22:59 UTC
(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
Comment 2 Stefan Brüns 2016-11-01 13:48:34 UTC
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
Comment 3 Stefan Brüns 2018-03-01 17:02:23 UTC
Obviously invalid