On Fri, Feb 21, 2025 at 10:52:39PM +0100, Peter Seiderer wrote: > Fix mix of int/long (and multiple conversion from/to) by using consequently > size_t for i and max and ssize_t for len and adjust function signatures > of hex32_arg(), count_trail_chars(), num_arg() and strn_len() accordingly. > > Signed-off-by: Peter Seiderer <ps.report@xxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>