glibc/sysdeps/unix/sysv/linux/csky
Florian Weimer 035c012e32 Reduce the statically linked startup code [BZ #23323]
It turns out the startup code in csu/elf-init.c has a perfect pair of
ROP gadgets (see Marco-Gisbert and Ripoll-Ripoll, "return-to-csu: A
New Method to Bypass 64-bit Linux ASLR").  These functions are not
needed in dynamically-linked binaries because DT_INIT/DT_INIT_ARRAY
are already processed by the dynamic linker.  However, the dynamic
linker skipped the main program for some reason.  For maximum
backwards compatibility, this is not changed, and instead, the main
map is consulted from __libc_start_main if the init function argument
is a NULL pointer.

For statically linked binaries, the old approach based on linker
symbols is still used because there is nothing else available.

A new symbol version __libc_start_main@@GLIBC_2.34 is introduced because
new binaries running on an old libc would not run their ELF
constructors, leading to difficult-to-debug issues.
2021-02-25 12:13:02 +01:00
..
abiv2 Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bits linux: Set LFS statfs as default 2021-02-11 07:58:09 -03:00
sys Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
arch-syscall.h Update syscall lists for Linux 5.11. 2021-02-19 21:16:27 +00:00
c++-types.data Add C-SKY port 2018-12-21 09:48:04 +08:00
configure Regenerate configure scripts. 2020-08-04 21:36:19 -04:00
configure.ac Add C-SKY port 2018-12-21 09:48:04 +08:00
Implies Add C-SKY port 2018-12-21 09:48:04 +08:00
jmp_buf-macros.h Add C-SKY port 2018-12-21 09:48:04 +08:00
kernel-features.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
kernel_stat.h linux: Set default kernel_stat.h to LFS 2021-02-11 07:58:05 -03:00
ld.abilist ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
ldconfig.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
libanl.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libBrokenLocale.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libc.abilist Reduce the statically linked startup code [BZ #23323] 2021-02-25 12:13:02 +01:00
libcrypt.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libdl.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libm.abilist Make totalorder and totalordermag functions take pointer arguments. 2019-08-15 15:18:34 +00:00
libpthread.abilist nptl: Move pthread_gettattr_np into libc 2020-05-20 20:27:49 +02:00
libresolv.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
librt.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libthread_db.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libutil.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
localplt.data ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
makecontext.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile Add C-SKY port 2018-12-21 09:48:04 +08:00
register-dump.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
shlib-versions Add C-SKY port 2018-12-21 09:48:04 +08:00
sigcontextinfo.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
syscalls.list Add C-SKY port 2018-12-21 09:48:04 +08:00
sysdep.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Versions Add C-SKY port 2018-12-21 09:48:04 +08:00