diff options
author | Cong Wang <[email protected]> | 2019-09-18 16:24:12 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2019-09-21 19:18:51 -0700 |
commit | 62794fc4fbf52f2209dc094ea255eaef760e7d01 (patch) | |
tree | 86fa0f9dd7438975277443166f794ad3e84be5c4 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | b0e1ee435aba68c4080e3cb67adf6573aa5bcc6d (diff) |
net_sched: add max len check for TCA_KIND
The TCA_KIND attribute is of NLA_STRING which does not check
the NUL char. KMSAN reported an uninit-value of TCA_KIND which
is likely caused by the lack of NUL.
Change it to NLA_NUL_STRING and add a max len too.
Fixes: 8b4c3cdd9dd8 ("net: sched: Add policy validation for tc attributes")
Reported-and-tested-by: [email protected]
Cc: Jamal Hadi Salim <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions