summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/netdev
Commit message (Collapse)AuthorAgeFilesLines
* parser_json: fix device parsing in netdev familyPablo Neira Ayuso2022-08-021-0/+19
json_unpack() function is not designed to take a pre-allocated buffer. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1612 Fixes: 3fdc7541fba0 ("src: add multidevice support for netdev chain") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>