On Fri, 27 Oct 2017 12:55:27 -0400
Roman Mashak <[email protected]> wrote:

> Use strtol-based API to parse and validate integer input; atoi() does not 
> detect
> errors and may yield undefined behaviour if result can't be represented.
> 
> Signed-off-by: Roman Mashak <[email protected]>

Since network namespace is really an unsigned value, shouldn't it be
using get_unsigned?

Reply via email to