diff options
author | Marco Elver <[email protected]> | 2023-08-11 17:18:39 +0200 |
---|---|---|
committer | Kees Cook <[email protected]> | 2023-08-15 14:57:24 -0700 |
commit | b16c42c8fde808b4f047d94f1f2aeda93487670d (patch) | |
tree | ad5c919963b834eec92156a496043827e16d8352 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 7a0fd5e1678505534573b3c14c6ff69ed8592596 (diff) |
list_debug: Introduce inline wrappers for debug checks
Turn the list debug checking functions __list_*_valid() into inline
functions that wrap the out-of-line functions. Care is taken to ensure
the inline wrappers are always inlined, so that additional compiler
instrumentation (such as sanitizers) does not result in redundant
outlining.
This change is preparation for performing checks in the inline wrappers.
No functional change intended.
Signed-off-by: Marco Elver <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions