This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] getaddrinfo: rename 'name' to 'nodename' in getaddrinfo_inet()


On Mon, Dec 09, 2013 at 08:42:41AM -0500, Pavel Simerda wrote:
> Call the first parameter 'nodename' and avoid its modification
> throughout the whole function. Instead point 'name' to the same
> const string and optionally repoint it to the IDN encoded version
> later.
>
Change itself looks ok but I would like know if there is a follow-up as 
this does not improve code much by itself. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]