linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mdadm-2.2 SEGFAULT: mdadm --assemble --scan
@ 2005-12-22 20:58 Andre Noll
  2005-12-31 15:17 ` Andreas Haumer
  0 siblings, 1 reply; 5+ messages in thread
From: Andre Noll @ 2005-12-22 20:58 UTC (permalink / raw)
  To: linux-raid; +Cc: Neil Brown

sorry if this is already known/fixed: Assemble() is called from mdadm.c with
the "update" argument equal to NULL:

	Assemble(ss, array_list->devname, mdfd, array_list, configfile,
		NULL, readonly, runstop, NULL, verbose-quiet, force);

But in Assemble.c we have

	if (ident->uuid_set && (!update && strcmp(update, "uuid")!= 0) && ...

which yields a segfault in glibc's strcmp().

Andre
-- 
Jesus not only saves, he also frequently makes backups

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-24  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-22 20:58 mdadm-2.2 SEGFAULT: mdadm --assemble --scan Andre Noll
2005-12-31 15:17 ` Andreas Haumer
2006-01-08 21:23   ` Bill Davidsen
2006-01-11 13:51     ` Andreas Haumer
2006-01-24  6:28       ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).