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: [PATCH 2/2][BZ #14594] Mangle and demangle NULL pointers.


On 10/31/2013 03:47 PM, OndÅej BÃlka wrote:
> A problem here is that if a function pointer is mapped by PTR_MANGLE to
> null it is indistingushible from NULL pointer so init will not be
> called. This could be fixed by also mangling/demangling NULL pointer.
> 
> 	[BZ #14594]
> 	* iconv/gconv_cache.c: Mangle and demangle NULL pointers.
> 	* iconv/gconv_db.c: Likewise.
> 	* iconv/gconv_dl.c: Likewise.

Does this match the Fedora patch I posted for bug 14594?

That is to say, can you please use the Fedora patch to verify
that you caught all the places that were noticed during the code
review that was done to fix Fedora?

Cheers,
Carlos.


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