mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-11-05 21:49:28 +00:00
If devlink resource set parameters are not provided it crashes:
$ devlink resource set netdevsim/netdevsim0
Segmentation fault (core dumped)
This is because even though DL_OPT_RESOURCE_PATH and
DL_OPT_RESOURCE_SIZE are passed as o_required, the validation
table doesn't contain a relevant string.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| devlink.c | ||
| Makefile | ||
| mnlg.c | ||
| mnlg.h | ||