Re: [LTP] [PATCH 3/3] lib: Fix wrong field in tst_iovec_alloc

Petr Vorel <[email protected]> Tue, 28 Jul 2026 16:02:35 +0200
Newsgroups it.linux.lists.ltp
Message-ID <20260728140235.GD1128467@pevik>
Hi Andrea,

...
>  			iovec[i].iov_base = NULL;
> -			iovec[i].iov_base = 0;
> +			iovec[i].iov_len = 0;

Good catch!
Reviewed-by: Petr Vorel <[email protected]>
Fixes: ee761d81b9 ("lib: Add support for guarded buffers")

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp