diff options
author | Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> | 2017-04-23 20:23:43 +0300 |
---|---|---|
committer | Jessica Yu <jeyu@redhat.com> | 2017-04-25 00:07:28 +0300 |
commit | 17586188276980ff10d1244a35aeb31ae199705e (patch) | |
tree | 4fdc895a54bacf3bede46dcd05886922ca79d44f /arch/alpha/lib | |
parent | 8ba4fcdf0f4068407e98cd9cc0f230c2dd8d56de (diff) | |
download | linux-17586188276980ff10d1244a35aeb31ae199705e.tar.xz |
kallsyms: Use bounded strnchr() when parsing string
When parsing for the <module:name> format, we use strchr() to look for
the separator, when we know that the module name can't be longer than
MODULE_NAME_LEN. Enforce the same using strnchr().
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Jessica Yu <jeyu@redhat.com>
Diffstat (limited to 'arch/alpha/lib')
0 files changed, 0 insertions, 0 deletions