aboutsummaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar29-31/+1
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2-4/+3
2021-03-01backtrace: Implement on top of <unwind-link.h>Florian Weimer1-67/+17
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-1/+1
2021-02-01libSegFault: Fix printing signal number [BZ #27249]Vitaly Chikunov1-1/+1
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert3-3/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert102-102/+102
2020-11-05Remove __warndeclSiddhesh Poyarekar2-71/+1
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella1-11/+7
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella1-0/+5
2020-02-11debug: Add missing locale dependencies of fortify testsFlorian Weimer1-0/+11
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab1-0/+12
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers103-103/+103
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert103-103/+103
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella1-3/+13
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer2-29/+4
2019-02-03libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer1-8/+8
2019-01-03nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella1-9/+10
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes2-0/+8
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers103-103/+103
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg21-493/+187
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg10-10/+10
2018-08-21__readlink_chk: Remove micro-optimizationFlorian Weimer1-4/+0
2018-07-05Compile debug/stack_chk_fail_local.c with stack protectorFlorian Weimer1-2/+5
2018-06-01libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer1-2/+2
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers1-57/+101
2018-02-21Remove _IO_file_flags define.Zack Weinberg5-22/+19
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg1-3/+0
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg8-15/+15
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers102-102/+102
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-54/+54
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu1-1/+1
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra1-1/+1
2017-09-05Fix pcprofiledump cross-endian condition (bug 22086).Joseph Myers1-1/+1
2017-08-20Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu1-4/+0
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer1-2/+2
2017-07-24Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu1-4/+8
2017-07-19Don't add stack_chk_fail_local.o to libc.a [BZ #21740]H.J. Lu1-0/+4
2017-07-12Compile tst-ssp-1.c with -fstack-protector-allH.J. Lu1-1/+1
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu4-3/+66
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers1-1/+1
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta1-2/+3
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+0
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg2-15/+21
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers101-101/+101
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2-0/+8