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: Alternative libio vtable hardening approach


On 31/05/16 14:07, Florian Weimer wrote:
> The basic idea is to put all libc vtables into a single array, and then check whether the vtable pointer is
> within that array.
> 

does this mean that static linking anything with
stdio will include all the code referenced from
the vtables.. or was that already the case?


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