The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| ynl | ||
The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| ynl | ||