index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
fortify-string.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fortify: Provide a memcpy trap door for sharp corners
Kees Cook
2022-05-12
1
-0
/
+16
*
fortify: Add Clang support
Kees Cook
2022-02-13
1
-14
/
+26
*
fortify: Make sure strlen() may still be used as a constant expression
Kees Cook
2022-02-13
1
-2
/
+11
*
fortify: Use __diagnose_as() for better diagnostic coverage
Kees Cook
2022-02-13
1
-7
/
+14
*
fortify: Make pointer arguments const
Kees Cook
2022-02-13
1
-13
/
+13
*
fortify: Replace open-coded __gnu_inline attribute
Kees Cook
2022-02-13
1
-1
/
+1
*
fortify: Detect struct member overflows in memset() at compile-time
Kees Cook
2022-02-13
1
-8
/
+46
*
fortify: Detect struct member overflows in memmove() at compile-time
Kees Cook
2022-02-13
1
-17
/
+4
*
fortify: Detect struct member overflows in memcpy() at compile-time
Kees Cook
2022-02-13
1
-12
/
+97
*
fortify: strlen: Avoid shadowing previous locals
Qian Cai
2021-10-25
1
-12
/
+12
*
fortify: Allow strlen() and strnlen() to pass compile-time known lengths
Kees Cook
2021-09-25
1
-11
/
+38
*
fortify: Prepare to improve strnlen() and strlen() warnings
Kees Cook
2021-09-25
1
-11
/
+11
*
fortify: Fix dropped strcpy() compile-time write overflow check
Kees Cook
2021-09-25
1
-1
/
+4
*
fortify: Move remaining fortify helpers into fortify-string.h
Kees Cook
2021-09-25
1
-0
/
+7
*
string.h: move fortified functions definitions in a dedicated header.
Francis Laniel
2021-02-26
1
-0
/
+302