On Mon, 21 Aug 2017 18:36:49 +0200 Phil Sutter <p...@nwl.cc> wrote: > This series collects patches from v1 dealing with spots where error > checking is necessary or recommended. > > Minor changes to patches 1 and 2, patch 3 remains unchanged. > > Phil Sutter (3): > iproute: Check mark value input > iplink_vrf: Complain if main table is not found > devlink: Check return code of strslashrsplit() > > devlink/devlink.c | 16 ++++++++++++---- > ip/iplink_vrf.c | 4 +++- > ip/iproute.c | 6 ++++-- > 3 files changed, 19 insertions(+), 7 deletions(-) >
These 3 look fine. Applied