index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
Unify output from backtrace_symbols_fd with backtrace_symbols (bug 31730)
Andreas Schwab
1
-2
/
+8
2024-02-06
string: Add hidden builtin definition for __strcpy_chk.
Stefan Liebler
1
-0
/
+1
2024-01-12
debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol.
Frederic Cambus
1
-1
/
+1
2024-01-01
Update copyright dates not handled by scripts/update-copyrights
Paul Eggert
2
-2
/
+2
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
109
-109
/
+109
2023-12-29
debug: Add fortify wprintf tests
Adhemerval Zanella
2
-0
/
+106
2023-12-29
debug: Add fortify syslog tests
Adhemerval Zanella
2
-0
/
+133
2023-12-29
debug: Add fortify dprintf tests
Adhemerval Zanella
1
-0
/
+22
2023-12-29
debug: Increase tst-fortify checks for compiler without __va_arg_pack support
Adhemerval Zanella
1
-5
/
+1
2023-12-29
debug: Adapt fortify tests to libsupport
Adhemerval Zanella
6
-40
/
+39
2023-10-04
debug: Add regression tests for BZ 30932
Adhemerval Zanella
2
-0
/
+84
2023-08-03
chk: Add and fix hidden builtin definitions for *_chk
Samuel Thibault
2
-0
/
+2
2023-08-03
Subject: hurd: Make __realpath return EINVAL on NULL buf
Samuel Thibault
1
-1
/
+10
2023-07-05
misc/bits/select2.h: Clearly separate declaration from definitions
Frédéric Bérat
1
-0
/
+1
2023-07-05
unistd: Avoid PLT entries with _FORTIFY_SOURCE
Frédéric Bérat
2
-0
/
+2
2023-07-05
wchar: Avoid PLT entries with _FORTIFY_SOURCE
Frédéric Bérat
2
-0
/
+2
2023-07-05
stdio: Ensure *_chk routines have their hidden builtin definition available
Frédéric Bérat
4
-1
/
+20
2023-07-05
string: Ensure *_chk routines have their hidden builtin definition available
Frédéric Bérat
5
-0
/
+5
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-6
/
+6
2023-06-22
debug/readlink{, at}_chk.c: Harmonize declaration and definition
Frederic Berat
2
-2
/
+4
2023-06-14
Add the wcslcpy, wcslcat functions
Florian Weimer
5
-0
/
+83
2023-06-14
Implement strlcpy and strlcat [BZ #178]
Florian Weimer
5
-0
/
+99
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
3
-3
/
+3
2023-05-16
debug: Reformat Makefile.
Carlos O'Donell
1
-16
/
+18
2023-04-17
debug: Re-flow and sort routines variable in Makefile
Florian Weimer
1
-24
/
+87
2023-01-25
stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)
Florian Weimer
2
-0
/
+131
2023-01-06
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
2
-2
/
+2
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
101
-101
/
+101
2022-11-09
debug: Fix typo in tests-unsupported rule
Adhemerval Zanella
1
-1
/
+1
2022-11-08
Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
Adhemerval Zanella
1
-12
/
+29
2022-10-28
Fix invalid pointer dereference in wcpcpy_chk
Szabolcs Nagy
1
-2
/
+1
2022-10-28
Fix invalid pointer dereference in wcscpy_chk
Szabolcs Nagy
1
-27
/
+7
2022-09-05
debug: test for more required cacellation points (BZ# 29274)
Adhemerval Zanella
3
-53
/
+266
2022-08-03
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
1
-3
/
+1
2022-06-22
debug: make __read_chk a cancellation point (bug 29274)
Andreas Schwab
3
-10
/
+57
2022-05-13
wcrtomb: Make behavior POSIX compliant
Siddhesh Poyarekar
2
-7
/
+8
2022-04-25
misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
Joan Bruguera
1
-0
/
+5
2022-03-28
debug: Improve fdelt_chk error message
Cristian Rodríguez
1
-1
/
+2
2022-01-12
debug: Synchronize feature guards in fortified functions [BZ #28746]
Siddhesh Poyarekar
2
-10
/
+49
2022-01-12
debug: Autogenerate _FORTIFY_SOURCE tests
Siddhesh Poyarekar
15
-67
/
+67
2022-01-06
debug: Remove catchsegv and libSegfault (BZ #14913)
Adhemerval Zanella
3
-338
/
+2
2022-01-01
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
3
-3
/
+3
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
102
-102
/
+102
2021-12-17
fortify: Fix spurious warning with realpath
Siddhesh Poyarekar
2
-1
/
+39
2021-10-20
debug: Add tests for _FORTIFY_SOURCE=3
Siddhesh Poyarekar
4
-50
/
+69
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
29
-31
/
+1
2021-05-12
Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/bash instead
Romain GEISSLER
2
-4
/
+3
2021-03-01
backtrace: Implement on top of <unwind-link.h>
Florian Weimer
1
-66
/
+16
2021-03-01
Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder
Florian Weimer
1
-1
/
+1
2021-02-01
libSegFault: Fix printing signal number [BZ #27249]
Vitaly Chikunov
1
-1
/
+1
[next]