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

Petr Vorel pvorel@suse.cz
Tue Jul 28 16:02:35 CEST 2026


Hi Andrea,

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

Good catch!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Fixes: ee761d81b9 ("lib: Add support for guarded buffers")

Kind regards,
Petr


More information about the ltp mailing list