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