]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - scripts/kallsyms.c
kallsyms: Handle too long symbols in kallsyms.c
authorEugene Loh <eugene.loh@oracle.com>
Thu, 17 Jan 2019 22:46:00 +0000 (14:46 -0800)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Jan 2019 04:02:09 +0000 (13:02 +0900)
commit6db2983cd8064808141ccefd75218f5b4345ffae
tree478565dcc6988cb3208ba36d9626614f5adc763c
parentf17b5f06cb92ef2250513a1e154c47b78df07d40
kallsyms: Handle too long symbols in kallsyms.c

When checking for symbols with excessively long names,
account for null terminating character.

Fixes: f3462aa952cf ("Kbuild: Handle longer symbols in kallsyms.c")
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kallsyms.c