summaryrefslogtreecommitdiff
path: root/include/linux/fortify-string.h
AgeCommit message (Expand)Author
2022-02-13fortify: Add Clang supportKees Cook
2022-02-13fortify: Make sure strlen() may still be used as a constant expressionKees Cook
2022-02-13fortify: Use __diagnose_as() for better diagnostic coverageKees Cook
2022-02-13fortify: Make pointer arguments constKees Cook
2022-02-13fortify: Replace open-coded __gnu_inline attributeKees Cook
2022-02-13fortify: Detect struct member overflows in memset() at compile-timeKees Cook
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook
2022-02-13fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook
2021-10-25fortify: strlen: Avoid shadowing previous localsQian Cai
2021-09-25fortify: Allow strlen() and strnlen() to pass compile-time known lengthsKees Cook
2021-09-25fortify: Prepare to improve strnlen() and strlen() warningsKees Cook
2021-09-25fortify: Fix dropped strcpy() compile-time write overflow checkKees Cook
2021-09-25fortify: Move remaining fortify helpers into fortify-string.hKees Cook
2021-02-26string.h: move fortified functions definitions in a dedicated header.Francis Laniel