aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fortify-string.h
AgeCommit message (Collapse)AuthorFilesLines
2021-02-26string.h: move fortified functions definitions in a dedicated header.Francis Laniel1-0/+302
This patch adds fortify-string.h to contain fortified functions definitions. Thus, the code is more separated and compile time is approximately 1% faster for people who do not set CONFIG_FORTIFY_SOURCE. Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Francis Laniel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>