aboutsummaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)Author
2022-04-25misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar
2022-01-12debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-17fortify: Fix spurious warning with realpathSiddhesh Poyarekar
2021-10-20debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER
2021-03-01backtrace: Implement on top of <unwind-link.h>Florian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-01libSegFault: Fix printing signal number [BZ #27249]Vitaly Chikunov
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-05Remove __warndeclSiddhesh Poyarekar
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella
2020-02-11debug: Add missing locale dependencies of fortify testsFlorian Weimer
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer
2019-02-03libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer
2019-01-03nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-08-21__readlink_chk: Remove micro-optimizationFlorian Weimer
2018-07-05Compile debug/stack_chk_fail_local.c with stack protectorFlorian Weimer
2018-06-01libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra
2017-09-05Fix pcprofiledump cross-endian condition (bug 22086).Joseph Myers
2017-08-20Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer
2017-07-24Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu
2017-07-19Don't add stack_chk_fail_local.o to libc.a [BZ #21740]H.J. Lu
2017-07-12Compile tst-ssp-1.c with -fstack-protector-allH.J. Lu