summaryrefslogtreecommitdiff
path: root/debug
Commit message (Expand)AuthorAgeFilesLines
* debug: Reformat Makefile.Carlos O'Donell2023-05-161-16/+18
* debug: Re-flow and sort routines variable in MakefileFlorian Weimer2023-04-171-24/+87
* stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer2023-01-252-0/+131
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-062-2/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06101-101/+101
* debug: Fix typo in tests-unsupported ruleAdhemerval Zanella2022-11-091-1/+1
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-081-12/+29
* Fix invalid pointer dereference in wcpcpy_chkSzabolcs Nagy2022-10-281-2/+1
* Fix invalid pointer dereference in wcscpy_chkSzabolcs Nagy2022-10-281-27/+7
* debug: test for more required cacellation points (BZ# 29274)Adhemerval Zanella2022-09-053-53/+266
* stdio: Clean up __libc_message after unconditional abortFlorian Weimer2022-08-031-3/+1
* debug: make __read_chk a cancellation point (bug 29274)Andreas Schwab2022-06-223-10/+57
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-132-7/+8
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2022-04-251-0/+5
* debug: Improve fdelt_chk error messageCristian Rodríguez2022-03-281-1/+2
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-122-10/+49
* debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar2022-01-1215-67/+67
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-063-338/+2
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-013-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01102-102/+102
* fortify: Fix spurious warning with realpathSiddhesh Poyarekar2021-12-172-1/+39
* debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar2021-10-204-50/+69
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0329-31/+1
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-122-4/+3
* backtrace: Implement on top of <unwind-link.h>Florian Weimer2021-03-011-67/+17
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-1/+1
* libSegFault: Fix printing signal number [BZ #27249]Vitaly Chikunov2021-02-011-1/+1
* 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