Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 25 Jul 2013 03:42:45 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] inet_ntop() and ipv4 address

On Thu, Jul 25, 2013 at 12:21:27PM +0800, orc wrote:
> inet_ntop() does not embed plain ipv4 address at end (like
> "::ffff:10.0.0.1"). This patch fixes it, but it is a bit ugly. Without
> it is a bit harder to read logs of some daemons that support only one
> address family socket binding and seeing output of 'ss -tn'. Adopt if
> needed.

I just committed a simplified version, as well as a bugfix for an
issue I noticed due to looking at this code again. Let me know if you
think anything still needs to be changed.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.