[dm-devel] [PATCH 21/42] Double free in disassemble_map()

Hannes Reinecke hare at suse.de
Tue Jan 8 13:53:59 UTC 2013


Label 'out1' already frees 'word'; no need to do it here.

Signed-off-by: Hannes Reinecke <hare at suse.de>
---
 libmultipath/dmparser.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libmultipath/dmparser.c b/libmultipath/dmparser.c
index a45854d..5184c41 100644
--- a/libmultipath/dmparser.c
+++ b/libmultipath/dmparser.c
@@ -276,7 +276,6 @@ disassemble_map (vector pathvec, char * params, struct multipath * mpp)
 			num_pg_args = atoi(word);
 
 			if (merge_words(&mpp->selector, word, 1)) {
-				FREE(word);
 				goto out1;
 			}
 			FREE(word);
-- 
1.7.4.2




More information about the dm-devel mailing list