Message ID | 20240718191421.110487-1-mwilck@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | multipath-tools: coverity fixes | expand |
On Thu, Jul 18, 2024 at 09:14:17PM +0200, Martin Wilck wrote: For the set: Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com> > Martin Wilck (4): > libmpathcmd: check len parameter in mpath_recv_reply_data() > multipath-tools: use signed loop variable in vector_foreach_slot > libmpathutil: avoid size_t underflow in strchop() > fixup "libmultipath: use libmp_pathinfo() in update_multipath_table()" > > libmpathcmd/mpath_cmd.c | 2 ++ > libmpathutil/util.c | 4 ++-- > libmultipath/structs_vec.c | 3 ++- > multipathd/main.c | 10 +++++----- > 4 files changed, 11 insertions(+), 8 deletions(-) > > -- > 2.45.2