Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 16 Mar 2014 23:41:08 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Last call for bugfixes for 1.0

On Mon, Mar 17, 2014 at 11:28:18AM +0800, orc wrote:
> 17 марта 2014 г. 9:37:34 KRAT, Rich Felker <dalias@...ifal.cx> пишет:
> >On Mon, Mar 17, 2014 at 09:34:14AM +0800, orc wrote:
> >> 15 марта 2014 г. 15:52:23 KRAT, Rich Felker <dalias@...ifal.cx>
> >пишет:
> >> >I'm hoping to pack up and release 1.0 in the next few days, so
> >please
> >> >report any issues that we might be able to fix before releasing.
> >> >
> >> >Rich
> >> 
> >> I probably found a small issue where ptsname() does not set errno
> >> correctly. In case of error, it always sets errno to -1.
> >
> >Are you sure? It looks like something might be wrong but that's not
> >the behavior I gather from a quick reading of the source. It looks
> >more to me like errno might just be negated from its proper value.
> >
> >Rich
> 
> Ah, my bad, I was misguided. It returns not -1 but -9 if I pass
> invalid fd. Still, to interpret errno I need to make it positive
> number, which is not issue on glibc for example...

Yes, that's what I expected from reading the source. Thanks for
confirming. I'll fix it.

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.