index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-14
1
-12
/
+136
|
\
|
*
fortify: Do not cast to "unsigned char"
Kees Cook
2022-11-01
1
-1
/
+1
|
*
fortify: Short-circuit known-safe calls to strscpy()
Kees Cook
2022-11-01
1
-0
/
+10
|
*
string: Add __realloc_size hint to kmemdup()
Kees Cook
2022-11-01
1
-1
/
+2
|
*
string: Rewrite and add more kern-doc for the str*() functions
Kees Cook
2022-10-28
1
-10
/
+123
*
|
Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-11-04
1
-4
/
+9
|
\
|
|
*
fortify: Capture __bos() results in const temp vars
Kees Cook
2022-10-28
1
-4
/
+9
*
|
x86: fortify: kmsan: fix KMSAN fortify builds
Alexander Potapenko
2022-10-28
1
-2
/
+15
|
/
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-0
/
+2
|
\
|
*
x86: kmsan: use __msan_ string functions where possible.
Alexander Potapenko
2022-10-03
1
-0
/
+2
*
|
fortify: Convert to struct vs member helpers
Kees Cook
2022-09-26
1
-33
/
+35
*
|
fortify: Explicitly check bounds are compile-time constants
Kees Cook
2022-09-26
1
-19
/
+30
*
|
fortify: Add run-time WARN for cross-field memcpy()
Kees Cook
2022-09-07
1
-3
/
+67
*
|
fortify: Use SIZE_MAX instead of (size_t)-1
Kees Cook
2022-09-07
1
-14
/
+15
*
|
fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
Kees Cook
2022-09-07
1
-1
/
+2
*
|
string: Introduce strtomem() and strtomem_pad()
Kees Cook
2022-09-07
1
-0
/
+32
|
/
*
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