On Wed, Dec 10, 2014 at 03:14:26PM +0800, Hao Liu wrote:
In old version of parted like parted-2.1-25, error message is shown
in
stdout when printing a disk info without disk label.
Error: /dev/sda: unrecognised disk label
This line has been moved to stderr in newer version of parted. So we
should check both stdout and stderr when locating this message.
This should fix bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1172468
Signed-off-by: Hao Liu <hliu(a)redhat.com>
---
V2: (Courtesy of Luyang Huang)
Fixed memory leak;
Fixed curly brace style;
src/storage/storage_backend_disk.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
ACK && Will push in a while.
Martin