net/failsafe: fix blank line parsing
authorGaetan Rivet <gaetan.rivet@6wind.com>
Thu, 3 Aug 2017 15:08:34 +0000 (17:08 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 3 Aug 2017 20:36:01 +0000 (22:36 +0200)
commit79da7b914d310fa5a9649a0aa3e3537be39b7efc
tree4e8a40dedf9dc4ffcd16b0e7248d1b69aa5bb397
parent35ffe42081408ffbcd42709c9bde16861b04644b
net/failsafe: fix blank line parsing

When the output of an exec() slave definition is only a single newline
character, the fail-safe currently fails to parse the device with the
value returned by the rte_devargs library.

This behavior is incorrect, because the fail-safe should make a
difference between the absence of a device, and an erroneous device
declaration.

Fix the output sanitization in the case where no newline was at its end
and detect the special case of an absent device. The correct error code
is then returned.

Fixes: a0194d828100 ("net/failsafe: add flexible device definition")

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
drivers/net/failsafe/failsafe_args.c