Bug 1056548

Summary: Get rid of calls to gethostbyname()
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Heinrich <theinric>
Component: rsyslogAssignee: Jiří Vymazal <jvymazal>
Status: CLOSED ERRATA QA Contact: Stefan Dordevic <sdordevi>
Severity: low Docs Contact:
Priority: low    
Version: 7.0CC: dapospis, dkopecek, jvymazal, mgrepl, pvrabec, rsawhill, rsroka, sdordevi
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rsyslog-8.24.0-10.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1152157 (view as bug list) Environment:
Last Closed: 2017-08-01 09:53:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1313490    
Bug Blocks: 1152157    

Description Tomas Heinrich 2014-01-22 12:48:43 UTC
Description of problem:
Calls to gethostbyname() should be substituted using getaddrinfo() et al.

Version-Release number of selected component (if applicable):
rsyslog-7.4.7-3.el7

Steps to Reproduce:
Actual results:
$ grep --include "*.[ch]" -ri 'gethostby' rsyslog/
...
./tools/syslogd.c:    hent = gethostbyname((char*)LocalHostName);

Expected results:
The gethostbyname() function is not used.

Additional info:
The relevant part of the code is also of concern to bug #767527.
Relevant upstream commit:
http://git.adiscon.com/?p=rsyslog.git;a=commitdiff;h=209a6d8e

Comment 10 Jiří Vymazal 2017-04-10 08:12:59 UTC
Ok, checked again, this will need a patch

Comment 17 errata-xmlrpc 2017-08-01 09:53:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:2306