index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string
/
bits
/
string_fortified.h
Age
Commit message (
Expand
)
Author
2024-02-27
string: Improve fortify with clang
Adhemerval Zanella
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-06-14
Implement strlcpy and strlcat [BZ #178]
Florian Weimer
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-05-23
string.h: fix __fortified_attr_access macro call [BZ #29162]
Sergei Trofimovich
2022-01-12
debug: Synchronize feature guards in fortified functions [BZ #28746]
Siddhesh Poyarekar
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-10-20
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-12-31
string: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2020-11-12
Use __builtin___stpncpy_chk when available
Siddhesh Poyarekar
2020-11-05
Remove __warn_memset_zero_len [BZ #25399]
Siddhesh Poyarekar
2020-05-04
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-06-20
Remove bits/string.h.
Zack Weinberg