This is collection of issues found by coverity. The first three patches deal with ev_remove_path() removing the path, but returning failure, causing a use-after-free error. The last two patches fix memory leaks. Benjamin Marzinski (5): multipathd: don't fail to remove path once the map is removed multipathd: remove duplicate orphan_paths in flush_map multipathd: make ev_remove_path return success on path removal multipath: free vectors in configure kpartx: Don't leak memory when getblock returns NULL kpartx/kpartx.c | 2 ++ libmultipath/structs_vec.c | 3 +-- multipath/main.c | 7 ++++++- multipathd/main.c | 20 ++++++++++++-------- 4 files changed, 21 insertions(+), 11 deletions(-) -- 2.17.2 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel