From 59950b60856f42466a05fdb1010b7ccfc01b981d Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 18 Sep 2009 16:26:27 -0400 Subject: [PATCH] =?utf8?q?Bug=2023823=20=E2=80=93=20NULL=20dereference?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/devkit-disks-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devkit-disks-device.c b/src/devkit-disks-device.c index 7367012..282afc1 100644 --- a/src/devkit-disks-device.c +++ b/src/devkit-disks-device.c @@ -8803,6 +8803,7 @@ devkit_disks_daemon_linux_md_start_authorized_cb (DevkitDisksDaemon *daemon, if (uuid == NULL) { throw_error (context, DEVKIT_DISKS_ERROR_FAILED, "no uuid for one of the components"); + goto out; } } else { const char *this_uuid; -- 2.7.4