diff options
author | Donald Hunter <[email protected]> | 2023-03-19 19:37:58 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-03-22 20:40:04 -0700 |
commit | 758d29fb3a8b3c756b4e4e0aa9b32ca8cfaf3feb (patch) | |
tree | ec0cdf6347b4c23c06f2fcaf37977d0fad9a2ebc /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | c79493c3ccf06a3aeb72017a96ca3dfd166bc16b (diff) |
tools: ynl: Fix genlmsg header encoding formats
The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes: 4e4480e89c47 ("tools: ynl: move the cli and netlink code around")
Signed-off-by: Donald Hunter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions