aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers1-0/+1
2025-07-25debug: Only run sframe tests if run-built-tests is enabledAdhemerval Zanella1-0/+2
2025-07-24Disable SFrame support by defaultAdhemerval Zanella1-6/+10
2025-07-24debug: Link tst-sprintf-fortify-rdonly-static with -Wl,-z,relro [BZ 33183]John David Anglin1-0/+1
2025-07-18elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)Florian Weimer1-0/+12
2025-07-18debug: Do not link tst-sprintf-fortify-rdonly against the dlopen moduleFlorian Weimer1-3/+3
2025-07-14SFrame: Add tests that uses DWARF backtracerClaudiu Zissulescu1-0/+28
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey1-0/+1
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella1-0/+12
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat1-0/+1
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-11-25debug: Wire up tst-longjmp_chk3Florian Weimer1-0/+1
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella1-9/+10
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-12-29debug: Add fortify wprintf testsAdhemerval Zanella1-0/+2
2023-12-29debug: Add fortify syslog testsAdhemerval Zanella1-0/+5
2023-10-04debug: Add regression tests for BZ 30932Adhemerval Zanella1-0/+2
2023-07-05Exclude routines from fortificationFrédéric Bérat1-6/+6
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer1-0/+2
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer1-0/+2
2023-05-16debug: Reformat Makefile.Carlos O'Donell1-16/+18
2023-04-17debug: Re-flow and sort routines variable in MakefileFlorian Weimer1-24/+87
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer1-0/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-09debug: Fix typo in tests-unsupported ruleAdhemerval Zanella1-1/+1
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella1-12/+29
2022-09-05debug: test for more required cacellation points (BZ# 29274)Adhemerval Zanella1-3/+3
2022-06-22debug: make __read_chk a cancellation point (bug 29274)Andreas Schwab1-0/+7
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar1-2/+8
2022-01-12debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar1-42/+67
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella1-17/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-17fortify: Fix spurious warning with realpathSiddhesh Poyarekar1-1/+2
2021-10-20debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar1-4/+9
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER1-3/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-05Remove __warndeclSiddhesh Poyarekar1-1/+1
2020-02-11debug: Add missing locale dependencies of fortify testsFlorian Weimer1-0/+11
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-1/+1
2018-07-05Compile debug/stack_chk_fail_local.c with stack protectorFlorian Weimer1-2/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-54/+54
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra1-1/+1
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. Lu1-0/+6
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg1-15/+16