Files
libgtop/examples
David King 5e97014fea Avoid some deprecated networking functions
rpminspect trips up on some old networking functions in libgtop, which
are mentioned as deprecated in the Linux man pages.

inet_ntoa() only works on IPv4 addresses, whereas the newer inet_ntop()
works on both IPv4 and IPv6 addresses, so use inet_ntop() instead.
Similarly, use getaddrinfo() rather than gethostbyname(), and avoid
inet_addr() entirely.

https://bugzilla.redhat.com/show_bug.cgi?id=2050712
2023-01-09 09:50:10 +00:00
..
2007-05-19 14:26:11 +00:00
2015-06-26 02:57:42 +03:00
2014-08-20 04:44:27 +03:00
2015-07-14 11:17:59 +02:00
2022-03-28 12:32:26 +00:00
2020-01-20 07:24:34 +00:00
2014-08-20 04:44:27 +03:00
2005-12-12 09:38:15 +00:00
2015-07-10 20:36:12 +02:00
2014-08-20 04:44:27 +03:00
2017-05-12 05:08:41 +03:00
2022-03-28 12:32:26 +00:00
2017-05-12 05:08:41 +03:00
2007-05-19 14:26:11 +00:00