Closed dcantrell closed 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
Sure thing, I will send these changes to the mailing list.
Submitted to the mailing list.
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.