tools: ynl-gen: make sure we validate subtype of array-nest
authorJakub Kicinski <kuba@kernel.org>
Mon, 14 Apr 2025 21:18:47 +0000 (14:18 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Apr 2025 01:09:41 +0000 (18:09 -0700)
commit57e7dedf2b8c72caa6f04b9e08b19e4f370562fa
tree2862de6ae62eeca73eb10395f79737ac5cca31c5
parentce6cb8113c842b94e77364b247c4f85c7b34e0c2
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: be5bea1cc0bf ("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>
tools/net/ynl/pyynl/ynl_gen_c.py