This is the mail archive of the libc-alpha@sourceware.org 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: [RFC][PATCH]BZ#2337 Fix for spurious free of user buffer on fclose with wide char orientation.


Ryan S. Arnold wrote:
> I started working on a fix and could continue working on this if you'd
> like?  I suspect it'll require providing wide-character functions for
> most of the _IO_wfile_jumps vtable entries that currently re-use the
> non-wide character oriented functions.

While parallelism is good in this case I suggest you leave this to me.
The libio code is terribly complicated by the fact that there are many
assumptions which are not explicitly spelled out.  Assumptions mainly
from the possible use outside of libc (e.g., older libstdc++ used the
libio code in libc.so).

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â

Attachment: signature.asc
Description: OpenPGP digital signature


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