Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 29 Jun 2016 12:04:50 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH v2] refactor name_from_dns

On Wed, Jun 15, 2016 at 08:27:46PM +0200, Natanael Copa wrote:
> loop over an address family / resource record mapping to avoid
> repetitive code.
> ---
> Changes since first version:
> - use static const for the struct. As discussed in IRC gcc manages to
>   unroll it and the size of the name_from_dns (.text) is slightly smaller.

Committed this and the first patch it depended on to fix the actual
bug, with minor improvements to the commit message to address what
code is being 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.