开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fortify-string.h
Age
Commit message (
Expand
)
Author
2022-05-12
fortify: Provide a memcpy trap door for sharp corners
Kees Cook
2022-02-13
fortify: Add Clang support
Kees Cook
2022-02-13
fortify: Make sure strlen() may still be used as a constant expression
Kees Cook
2022-02-13
fortify: Use __diagnose_as() for better diagnostic coverage
Kees Cook
2022-02-13
fortify: Make pointer arguments const
Kees Cook
2022-02-13
fortify: Replace open-coded __gnu_inline attribute
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-25
fortify: strlen: Avoid shadowing previous locals
Qian Cai
2021-09-25
fortify: Allow strlen() and strnlen() to pass compile-time known lengths
Kees Cook
2021-09-25
fortify: Prepare to improve strnlen() and strlen() warnings
Kees Cook
2021-09-25
fortify: Fix dropped strcpy() compile-time write overflow check
Kees Cook
2021-09-25
fortify: Move remaining fortify helpers into fortify-string.h
Kees Cook
2021-02-26
string.h: move fortified functions definitions in a dedicated header.
Francis Laniel