diff options
author | Cong Wang <[email protected]> | 2021-01-15 10:50:24 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-15 15:48:53 -0800 |
commit | c96adff95619178e2118925578343ad54857c80c (patch) | |
tree | 33cee1a4b529d142551ac9a95ef517c3882df21f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b7ba6cfabc42fc846eb96e33f1edcd3ea6290a27 (diff) |
cls_flower: call nla_ok() before nla_next()
fl_set_enc_opt() simply checks if there are still bytes left to parse,
but this is not sufficent as syzbot seems to be able to generate
malformatted netlink messages. nla_ok() is more strict so should be
used to validate the next nlattr here.
And nla_validate_nested_deprecated() has less strict check too, it is
probably too late to switch to the strict version, but we can just
call nla_ok() too after it.
Reported-and-tested-by: [email protected]
Fixes: 0a6e77784f49 ("net/sched: allow flower to match tunnel options")
Fixes: 79b1011cb33d ("net: sched: allow flower to match erspan options")
Cc: Jamal Hadi Salim <[email protected]>
Cc: Xin Long <[email protected]>
Cc: Jiri Pirko <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions