about summary refs log tree commit diff
path: root/debug
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-023-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02102-102/+102
* Remove __warndeclSiddhesh Poyarekar2020-11-052-71/+1
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-071-11/+7
* mips: Fix bracktrace result for signal framesAdhemerval Zanella2020-02-181-0/+5
* debug: Add missing locale dependencies of fortify testsFlorian Weimer2020-02-111-0/+11
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-01-211-0/+12
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01103-103/+103
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07103-103/+103
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-231-3/+13
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-192-29/+4
* libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer2019-02-031-8/+8
* nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella2019-01-031-9/+10
* Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes2019-01-022-0/+8
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01103-103/+103
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-0521-493/+187
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-0510-10/+10
* __readlink_chk: Remove micro-optimizationFlorian Weimer2018-08-211-4/+0
* Compile debug/stack_chk_fail_local.c with stack protectorFlorian Weimer2018-07-051-2/+5
* libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer2018-06-011-2/+2
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-211-57/+101
* Remove _IO_file_flags define.Zack Weinberg2018-02-215-22/+19
* Remove legacy configuration knobs from libio.Zack Weinberg2018-02-211-3/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-218-15/+15
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01102-102/+102
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-54/+54
* x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu2017-11-301-1/+1
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-191-1/+1
* Fix pcprofiledump cross-endian condition (bug 22086).Joseph Myers2017-09-051-1/+1
* Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu2017-08-201-4/+0
* __fortify_fail: Remove internal_function attributeFlorian Weimer2017-08-131-2/+2
* Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu2017-07-241-4/+8
* Don't add stack_chk_fail_local.o to libc.a [BZ #21740]H.J. Lu2017-07-191-0/+4
* Compile tst-ssp-1.c with -fstack-protector-allH.J. Lu2017-07-121-1/+1
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-114-3/+66
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-051-1/+1
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-231-2/+3
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+0
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-15/+21
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01101-101/+101
* PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2016-12-262-0/+8
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-164-0/+76
* debug: Additional compiler barriers for backtrace tests [BZ #20956]Florian Weimer2016-12-105-22/+14
* Add tests for fortification of bcopy and bzero.Zack Weinberg2016-08-191-0/+61
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-234-4/+4
* test-skeleton.c: Add write_message functionFlorian Weimer2016-06-231-10/+8