From 108475decfde8fd30818c37604ef8db837220624 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Sun, 7 Apr 2013 21:39:18 +0530 Subject: cli: Address a double free with volume info. Crash is observed when volume info is performed on a non-exisiting volume name and the output format is xml. Change-Id: I88aa5d9dc954b1352f5cc3b5b38742c832bc1bb8 BUG: 949298 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.org/4785 Reviewed-by: Kaushal M Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-949298.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/bugs/bug-949298.t (limited to 'tests') diff --git a/tests/bugs/bug-949298.t b/tests/bugs/bug-949298.t new file mode 100644 index 00000000000..1394127ec57 --- /dev/null +++ b/tests/bugs/bug-949298.t @@ -0,0 +1,12 @@ +#!/bin/bash + +. $(dirname $0)/../include.rc +. $(dirname $0)/../volume.rc + +cleanup; +TEST glusterd +TEST pidof glusterd + +TEST $CLI --xml volume info $V0 + +cleanup; -- cgit