summaryrefslogtreecommitdiff
path: root/libdm/dm-tools/dmsetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdm/dm-tools/dmsetup.c')
-rw-r--r--libdm/dm-tools/dmsetup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdm/dm-tools/dmsetup.c b/libdm/dm-tools/dmsetup.c
index ea03d66c8..5e485af33 100644
--- a/libdm/dm-tools/dmsetup.c
+++ b/libdm/dm-tools/dmsetup.c
@@ -899,6 +899,7 @@ static int _display_info_cols(struct dm_task *dmt, struct dm_info *info)
goto_out;
if (_selection_cmd && selected) {
device_name = (char*) dm_task_get_name(dmt);
+ /* coverity[overrun-buffer-val] _setgeometry never called from this place */
if (!_selection_cmd->fn(_selection_cmd, NULL, 1, &device_name, NULL, 1))
goto_out;
}