glibc/sysdeps
Adhemerval Zanella 65ccd641ba debug: Remove catchsegv and libSegfault (BZ #14913)
Trapping SIGSEGV within the process is error-prone, adds security
issues, and modern analysis design tends to happen out of the
process (either by attaching a debugger or by post-mortem analysis).

The libSegfault also has some design problems, it uses non
async-signal-safe function (backtrace) on signal handler.

There are multiple alternatives if users do want to use similar
functionality, such as sigsegv gnulib module or libsegfault.
2022-01-06 07:59:49 -03:00
..
aarch64 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
alpha Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
arc Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
arm Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
csky Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
generic debug: Remove catchsegv and libSegfault (BZ #14913) 2022-01-06 07:59:49 -03:00
gnu Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
hppa Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
htl Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
hurd Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
i386 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ia64 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ieee754 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
m68k Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
mach Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
microblaze Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
mips elf: Add <dl-debug.h> 2022-01-03 05:16:03 -08:00
nios2 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
nptl Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
or1k or1k: Build Infrastructure 2022-01-05 06:40:06 +09:00
posix Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
powerpc debug: Remove catchsegv and libSegfault (BZ #14913) 2022-01-06 07:59:49 -03:00
pthread Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
riscv Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s390 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
sparc Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
unix debug: Remove catchsegv and libSegfault (BZ #14913) 2022-01-06 07:59:49 -03:00
wordsize-32 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
wordsize-64 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
x86 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
x86_64 Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00