Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 24 Sep 2016 01:10:45 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] fix getservby*_r result pointer value on error

On Fri, Sep 23, 2016 at 09:10:07PM -0400, Daniel Sabogal wrote:
> this is a clone of the fix to the gethostby*_r functions in
> commit fe82bb9b921be34370e6b71a1c6f062c20999ae0. the man pages
> document that the getservby*_r functions set this pointer to
> NULL if there was an error or if no record was found.
> ---
>  src/network/getservbyname_r.c | 2 ++
>  src/network/getservbyport_r.c | 1 +
>  2 files changed, 3 insertions(+)

Applied -- thanks.

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.