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 v4] libio: use PTR_MANGLE/PTR_DEMANGLE for FILE vtables


> On 05/25/2016 11:09 PM, Kees Cook wrote:
> > +#ifndef USE_COMPAT_LIBIO
> > +  PTR_MANGLE (_IO_JUMPS_FILE_plus_RAW (stdin));
> 
> Does anybody know why we have #ifdef PTR_MANGLE in some many places?

Originally it was only done for some machines.  I think we decided quite a
while ago that we should just implement it all around, so the #ifdef'ing
is obsolete.


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