index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_fortify
Age
Commit message (
Expand
)
Author
2026-07-15
fortify: Disable -Wstringop-overread in tests
Nathan Chancellor
2026-06-18
string: Remove strncpy() from the kernel
Kees Cook
2026-01-14
fortify: Cleanup temp file also on non-successful exit
Nicolas Schier
2026-01-14
fortify: Rename temporary file to match ignore pattern
Nicolas Schier
2025-04-30
kbuild: require gcc-8 and binutils-2.30
Arnd Bergmann
2024-08-15
fortify: use if_changed_dep to record header dependency in *.cmd files
Masahiro Yamada
2024-08-15
fortify: move test_fortify.sh to lib/test_fortify/
Masahiro Yamada
2024-08-15
fortify: refactor test_fortify Makefile to fix some build problems
Masahiro Yamada
2024-01-19
string: Remove strlcpy()
Kees Cook
2022-02-13
fortify: Detect struct member overflows in memset() at compile-time
Kees Cook
2022-02-13
fortify: Detect struct member overflows in memmove() at compile-time
Kees Cook
2022-02-13
fortify: Detect struct member overflows in memcpy() at compile-time
Kees Cook
2021-10-18
fortify: Add compile-time FORTIFY_SOURCE tests
Kees Cook