|
Message-ID: <ab40a8bc-08b6-426f-ac40-0f71c3c0e532@email.android.com> Date: Mon, 17 Mar 2014 11:28:18 +0800 From: orc <orc@...server.ru> To: musl@...ts.openwall.com Subject: Re: Last call for bugfixes for 1.0 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...
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.