diff options
author | Alexey Dobriyan <[email protected]> | 2023-09-16 21:21:31 +0300 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-10-18 14:43:21 -0700 |
commit | 5097a69d676f7e562240dbe81c21b1c62aaf5950 (patch) | |
tree | 1d9de965dc86e98916d95b479d962390de1b5f9c /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | c37e56cac3d62c69f093904afbc58fc428484d14 (diff) |
extract and use FILE_LINE macro
Extract nifty FILE_LINE useful for printk style debugging:
printk("%s\n", FILE_LINE);
It should not be used en mass probably because __FILE__ string literals
can be merged while FILE_LINE's won't. But for debugging it is what
the doctor ordered.
Don't add leading and trailing underscores, they're painful to type.
Trust me, I've tried both versions.
Link: https://lkml.kernel.org/r/ebf12ac4-5a61-4b12-b8b0-1253eb371332@p183
Signed-off-by: Alexey Dobriyan <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions