This patch fixes a segfault when assigning the BBR Segment Manager to an object. --- evms-2.4.0/plugins/bbr_seg/bbr_seg.c 2004-09-03 10:59:58.000000000 -0500 +++ evms-2.4.0-fix/plugins/bbr_seg/bbr_seg.c 2004-09-23 10:59:46.000000000 -0500 @@ -633,13 +633,11 @@ * use the user message service to provide some status. */ - progress.id = 0; + memset(&progress, 0, sizeof(progress_t)); progress.title = "Performing I/O tests on replacements blocks..."; progress.description = ""; progress.type = DISPLAY_PERCENT; - progress.count = 0; progress.total_count = count; - progress.remaining_seconds = 0; progress.plugin_private_data = NULL; progress.ui_private_data = NULL;