1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-10 00:49:40 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Nick Alcock de6591238b Do not stack-protect ifunc resolvers [BZ #7065]
When dynamically linking, ifunc resolvers are called before TLS is
initialized, so they cannot be safely stack-protected.

We avoid disabling stack-protection on large numbers of files by
using __attribute__ ((__optimize__ ("-fno-stack-protector")))
to turn it off just for the resolvers themselves.  (We provide
the attribute even when statically linking, because we will later
use it elsewhere too.)
2016-12-26 10:08:41 +01:00
..
2016-04-27 09:08:29 +02:00
2016-12-21 01:48:27 +00:00
2016-12-07 09:35:07 +01:00
2016-11-24 19:38:51 -02:00
2016-11-21 08:23:12 -08:00
2016-11-21 08:23:12 -08:00
2016-03-22 00:32:20 +00:00
2016-04-11 10:27:25 +02:00
2016-11-21 08:23:12 -08:00
2016-03-15 21:11:07 +00:00
2016-11-24 19:38:51 -02:00
2016-11-24 19:38:51 -02:00
2016-11-24 19:38:51 -02:00
2016-03-21 16:30:05 +00:00
2016-11-24 19:38:51 -02:00
2016-04-14 08:54:57 +02:00
2016-11-21 08:23:12 -08:00
2016-11-21 08:23:12 -08:00