Re: [dm-devel] [PATCH 1/7] libmultipath: set pp->checkint in store_pathinfo()

2018-10-26 Thread Benjamin Marzinski
On Wed, Oct 24, 2018 at 12:05:46AM +0200, Martin Wilck wrote: > store_pathinfo is called with valid conf pointer anyway, so > checkint is available. pp->checkint is now valid for every > path after path_discovery(). > > This fixes a bad conf access in cli_add_path(). > Reviewed-by: Benjamin

[dm-devel] [PATCH 1/7] libmultipath: set pp->checkint in store_pathinfo()

2018-10-23 Thread Martin Wilck
store_pathinfo is called with valid conf pointer anyway, so checkint is available. pp->checkint is now valid for every path after path_discovery(). This fixes a bad conf access in cli_add_path(). Cc: Bart Van Assche Signed-off-by: Martin Wilck --- libmultipath/discovery.c | 1 +