You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
Porting over from https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=778
On So 01 Feb 2015 13:40:59 CET, Nable wrote:
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
The text was updated successfully, but these errors were encountered: