Re: [PATCH v8 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation

From: Sean Christopherson
Date: Wed Nov 02 2022 - 20:17:48 EST


On Wed, Nov 02, 2022, Vipin Sharma wrote:
> Many KVM selftests take command line arguments which are supposed to be
> positive (>0) or non-negative (>=0). Some tests do these validation and
> some missed adding the check.
>
> Add atoi_positive() and atoi_non_negative() to validate inputs in
> selftests before proceeding to use those values.
>
> Signed-off-by: Vipin Sharma <vipinsh@xxxxxxxxxx>
> ---

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>