Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 10 Jul 2018 19:42:53 -0400
From: Christopher Friedt <chrisfriedt@...il.com>
To: musl@...ts.openwall.com
Subject: Re: getaddrinfo(3) / AI_ADDRCONFIG

On Tue, Jul 10, 2018 at 7:30 PM Christopher Friedt
<chrisfriedt@...il.com> wrote:
> [1] https://patch-diff.githubusercontent.com/raw/cfriedt/musl/pull/1.diff

The one shortcoming of that patch, that I can tell, is when nais == 0
directly before the end of gataddrinfo. If that is the case, it should
likely free the allocated memory and then return EAI_FAIL.

I'll update my branch.

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.