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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Fix newlocale, uselocale, duplocale, is*_l and to*_l


Ok, now I think I got it all right.  But I will have to go eat before
I am thinking real clearly.

Note that newlocale always has to do a new alloc and free the old later
instead of realloc, so the name table can go from "short\0foo\0" to
"longer\0foo\0" without clobbering "foo" before you get to it.


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