index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fortify-string.h
Age
Commit message (
Expand
)
Author
2024-06-19
fortify: Do not special-case 0-sized destinations
Kees Cook
2024-05-24
kasan, fortify: properly rename memintrinsics
Andrey Konovalov
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-01
kunit/fortify: Fix replaced failure path to unbreak __alloc_size
Kees Cook
2024-04-30
kunit/fortify: Add memcpy() tests
Kees Cook
2024-04-25
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
2024-02-29
fortify: Improve buffer overflow reporting
Kees Cook
2024-02-29
fortify: Provide KUnit counters for failure testing
Kees Cook
2024-02-29
fortify: Split reporting and avoid passing string pointer
Kees Cook
2024-02-20
string: Allow 2-argument strscpy()
Kees Cook
2024-01-19
string: Remove strlcpy()
Kees Cook
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-10-18
extract and use FILE_LINE macro
Alexey Dobriyan
2023-10-03
overflow: add DEFINE_FLEX() for on-stack allocs
Przemek Kitszel
2023-05-16
fortify: strcat: Move definition to use fortified strlcat()
Kees Cook
2023-05-16
fortify: Add protection for strlcat()
Kees Cook
2023-05-16
fortify: Use const variables for __member_size tracking
Kees Cook
2023-05-16
fortify: strscpy: Fix flipped q and p docstring typo
Arne Welzel
2023-01-05
fortify: Use __builtin_dynamic_object_size() when available
Kees Cook
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-11-04
Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-11-01
fortify: Do not cast to "unsigned char"
Kees Cook
2022-11-01
fortify: Short-circuit known-safe calls to strscpy()
Kees Cook
2022-11-01
string: Add __realloc_size hint to kmemdup()
Kees Cook
2022-10-28
string: Rewrite and add more kern-doc for the str*() functions
Kees Cook
2022-10-28
fortify: Capture __bos() results in const temp vars
Kees Cook
2022-10-28
x86: fortify: kmsan: fix KMSAN fortify builds
Alexander Potapenko
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-03
x86: kmsan: use __msan_ string functions where possible.
Alexander Potapenko
2022-09-26
fortify: Convert to struct vs member helpers
Kees Cook
2022-09-26
fortify: Explicitly check bounds are compile-time constants
Kees Cook
2022-09-07
fortify: Add run-time WARN for cross-field memcpy()
Kees Cook
2022-09-07
fortify: Use SIZE_MAX instead of (size_t)-1
Kees Cook
2022-09-07
fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
Kees Cook
2022-09-07
string: Introduce strtomem() and strtomem_pad()
Kees Cook
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