crash-utility / crash

Linux kernel crash utility
https://crash-utility.github.io
837 stars 275 forks source link

Replace IPv4-only network functions with ones that support AF_INET6 #104

Closed dcantrell closed 2 years ago

dcantrell commented 3 years ago

This is my first go at replacing inet_ntoa() with inet_ntop() and replacing gethostbyname() with getaddrinfo(). The latter may require some more refactoring in remote.c, but I at least wanted to send what I have now for review.

k-hagio commented 2 years ago

Thank you for the patches. Could you please send them to the crash-utility mailing list? We still use emails to accept patches: https://github.com/crash-utility/crash/wiki#submitting-patches

dcantrell commented 2 years ago

Sure thing, I will send these changes to the mailing list.

dcantrell commented 2 years ago

Submitted to the mailing list.