summaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-20Implement C23 const-preserving standard library macrosJoseph Myers
2025-10-28Fix incorrect setrlimit return value checks in testsOsama Abdelkader
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-07-25debug: Only run sframe tests if run-built-tests is enabledAdhemerval Zanella
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-07-24debug: Link tst-sprintf-fortify-rdonly-static with -Wl,-z,relro [BZ 33183]John David Anglin
2025-07-18elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)Florian Weimer
2025-07-18debug: Do not link tst-sprintf-fortify-rdonly against the dlopen moduleFlorian Weimer
2025-07-14SFrame: Add tests that uses DWARF backtracerClaudiu Zissulescu
2025-07-14elf: Add SFrame stack tracingClaudiu Zissulescu
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-11-26debug: Fix tst-longjmp_chk3 build failure on HurdFlorian Weimer
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-11-25debug: Wire up tst-longjmp_chk3Florian Weimer
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella
2024-09-10debug: Fix read error handling in pcprofiledumpFlorian Weimer
2024-07-26support: Add FAIL test failure helperMaciej W. Rozycki
2024-05-14Unify output from backtrace_symbols_fd with backtrace_symbols (bug 31730)Andreas Schwab
2024-02-06string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler
2024-01-12debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol.Frederic Cambus
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-29debug: Add fortify wprintf testsAdhemerval Zanella
2023-12-29debug: Add fortify syslog testsAdhemerval Zanella
2023-12-29debug: Add fortify dprintf testsAdhemerval Zanella
2023-12-29debug: Increase tst-fortify checks for compiler without __va_arg_pack supportAdhemerval Zanella
2023-12-29debug: Adapt fortify tests to libsupportAdhemerval Zanella
2023-10-04debug: Add regression tests for BZ 30932Adhemerval Zanella
2023-08-03chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault
2023-08-03Subject: hurd: Make __realpath return EINVAL on NULL bufSamuel Thibault
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-22debug/readlink{, at}_chk.c: Harmonize declaration and definitionFrederic Berat
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-16debug: Reformat Makefile.Carlos O'Donell
2023-04-17debug: Re-flow and sort routines variable in MakefileFlorian Weimer
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer