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: Shadow Stack support in glibc


On Fri, 9 Jun 2017, H.J. Lu wrote:

> On Fri, Jun 9, 2017 at 8:03 AM, Florian Weimer <fweimer@redhat.com> wrote:
> > "H.J. Lu" <hjl.tools@gmail.com> writes:
> >
> >> We can use the unused space for SSP.
> >
> > Great. :)
> 
> Something like the patch here?

Both "u" and the contents of <stdint.h> are outside the <setjmp.h> 
namespace.  And I'd strongly discourage having sysdeps versions of any 
headers other than bits/ and sys/ ones, since they tend to get out of sync 
with the generic versions (and in this case, the include/setjmp.h wouldn't 
properly include your sysdeps version).

-- 
Joseph S. Myers
joseph@codesourcery.com


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