linux/tools/net/ynl/pyynl
Jakub Kicinski 57e7dedf2b tools: ynl-gen: make sure we validate subtype of array-nest
ArrayNest AKA indexed-array support currently skips inner type
validation. We count the attributes and then we parse them,
make sure we call validate, too. Otherwise buggy / unexpected
kernel response may lead to crashes.

Fixes: be5bea1cc0 ("net: add basic C code generators for Netlink")
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20250414211851.602096-5-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-04-16 18:09:41 -07:00
..
lib tools/net/ynl: accept IP string inputs 2025-02-12 19:32:10 -08:00
.gitignore
__init__.py
cli.py
ethtool.py
ynl_gen_c.py tools: ynl-gen: make sure we validate subtype of array-nest 2025-04-16 18:09:41 -07:00
ynl_gen_rst.py