nx-libs icon indicating copy to clipboard operation
nx-libs copied to clipboard

Stop using gethostbyname, deprecated in glibc

Open sunweaver opened this issue 1 year ago • 0 comments

Porting over from https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=778

On So 01 Feb 2015 13:40:59 CET, Nable wrote:

Hi, Mike!

I'm looking at this and previous bug (https://bugs.x2go.org/777) and can't stop wondering whether applications should really contain workarounds for bugs in system libraries. Isn't it better to just depend on newer version of library (that has fixes for currently known bugs)?

There are a lot of older bugs in glibc (that are fixed in current version), does it mean that applications should be bloated with workarounds for such bugs just in order to work more safely on machines where users don't pay enough attention to updates?

That is a true way of reasoning...

However, gethostbyname is deprecated in glibc and not really IPv4/IPv6
compliant [1].

Mike

[1] http://beej.us/guide/bgnet/output/html/multipage/syscalls.html#getaddrinfo

sunweaver avatar Jan 22 '24 20:01 sunweaver