On Tue, 31 Oct 2017 14:24:19 -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.
> 
> v2: use get_unsigned() since network namespace is really an unsigned value.
> 
> Signed-off-by: Roman Mashak <[email protected]>

Applied. Thanks Roman

Reply via email to