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:
> RFC regarding bugzilla 2337 -libio in wide mode deallocates user
> supplied buffer:

This issue is much more complicated.  Wide streams and user-provided
buffers are not correctly handled at all in the moment.  The buffer
should be used for the wide buffers, not the buffers for FILE back
streams used to store the result of the conversion.  I have been working
on and off on this.  It'll eventually get fixed, it's just not important
enough to not be interrupted by other work.

-- 
â 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]