leaking_addresses: Always print a trailing newline
authorKees Cook <keescook@chromium.org>
Wed, 29 Sep 2021 22:02:18 +0000 (15:02 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 15 Oct 2021 09:25:13 +0000 (11:25 +0200)
commitcf2a85efdade117e2169d6e26641016cbbf03ef0
tree9cc8c9b939d1f86e0665cf809b5897dac214ead7
parent54354c6a9f7fd5572d2b9ec108117c4f376d4d23
leaking_addresses: Always print a trailing newline

For files that lack trailing newlines and match a leaking address (e.g.
wchan[1]), the leaking_addresses.pl report would run together with the
next line, making things look corrupted.

Unconditionally remove the newline on input, and write it back out on
output.

[1] https://lore.kernel.org/all/20210103142726.GC30643@xsang-OptiPlex-9020/

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20211008111626.151570317@infradead.org
scripts/leaking_addresses.pl