This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Returned mail: see transcript for details


> I've applied this patch now, thanks.

Good, thank you.  Also to Michael for reporting the bug so precisely.

> The code in glibc 2.2 doesn't have
> this problem?

No it doesn't, I just verfied by code inspection.  The old version was
allowed to "return;" everywhere in the function in question (and does
in this error case).  OTOH, when porting Doug's new version, which
only has a single exit point, I made a copy-and-paste error (a closing
brace was wrong), which is corrected by the patch.

Regards,
Wolfram.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]