diff options
author | Vijay Bellur <vbellur@redhat.com> | 2013-04-07 21:39:18 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-04-08 14:22:28 -0700 |
commit | 108475decfde8fd30818c37604ef8db837220624 (patch) | |
tree | 2eeb3a6169ac87032e26b9e1fd626bf5d8ad7dec /tests/bugs | |
parent | e0fac0b68ff23a87da3eda4ced7a60b3e2fcf77a (diff) |
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 <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/4785
Reviewed-by: Kaushal M <kaushal@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/bug-949298.t | 12 |
1 files changed, 12 insertions, 0 deletions
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; |