Bug 1007884

Summary: bogus info binary-or-shlib-calls-gethostbyname
Product: [openSUSE] openSUSE Distribution Reporter: Christopher Yeleighton <giecrilj>
Component: DevelopmentAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: giecrilj, stefan.bruens
Version: Leap 42.2Flags: stefan.bruens: needinfo? (giecrilj)
Target Milestone: ---   
Hardware: x86-64   
OS: SUSE Other   
URL: https://build.opensuse.org/package/live_build_log/home:yecril71pl:branches:network:utilities/net-tools/openSUSE_Leap_42.2/x86_64
Whiteboard:
Found By: Community User Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 970170    
Bug Blocks:    

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