index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fortify-string.h
Age
Commit message (
Expand
)
Author
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