Re: [PATCH iproute2] devlink: fix segfault on health command

2019-09-04 Thread Stephen Hemminger
On Wed, 4 Sep 2019 19:26:14 +0200 Andrea Claudi wrote: > devlink segfaults when using grace_period without reporter > > $ devlink health set pci/:00:09.0 grace_period 3500 > Segmentation fault > > devlink is instead supposed to gracefully fail printing a warning > message > > $ devlink he

[PATCH iproute2] devlink: fix segfault on health command

2019-09-04 Thread Andrea Claudi
devlink segfaults when using grace_period without reporter $ devlink health set pci/:00:09.0 grace_period 3500 Segmentation fault devlink is instead supposed to gracefully fail printing a warning message $ devlink health set pci/:00:09.0 grace_period 3500 Reporter's name is expected. Th