Re: [dm-devel] [PATCH 0/4] Fix segfault on access to mpp->hwe

2020-07-14 Thread Benjamin Marzinski
On Mon, Jul 13, 2020 at 01:07:39PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > This is in response to Lixiaokeng's post > "master - libmultipath: fix use after free when iscsi logs in". > > On top of Lixiaokeng's patch, I've added some log messages and > a fix for mpp->hwe handling

[dm-devel] [PATCH 0/4] Fix segfault on access to mpp->hwe

2020-07-13 Thread mwilck
From: Martin Wilck This is in response to Lixiaokeng's post "master - libmultipath: fix use after free when iscsi logs in". On top of Lixiaokeng's patch, I've added some log messages and a fix for mpp->hwe handling in sync_paths(). The question remains how we handle maps without paths. I