Luca Berra: mdadm-3.1.1 segfaults when mdadm -G -Z is used.

Martin F. Krafft madduck at alioth.debian.org
Mon May 24 09:20:43 UTC 2010


Module: mdadm
Branch: upstream
Commit: c3e1a50fcb535f133cfd50302c20af4b52328b65
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=c3e1a50fcb535f133cfd50302c20af4b52328b65

Author: Luca Berra <bluca at comedia.it>
Date:   Sat Jan 30 10:56:11 2010 +0100

mdadm-3.1.1 segfaults when mdadm -G -Z is used.

Signed-off-by: Luca Berra <bluca at vodka.it>
Signed-off-by: NeilBrown <neilb at suse.de>

---

 ReadMe.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ReadMe.c b/ReadMe.c
index cd7b685..45619a4 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -86,11 +86,11 @@ char Version[] = Name " - v3.1.1 - 19th November 2009\n";
  *     At the time if writing, there is only minimal support.
  */
 
-char short_options[]="-ABCDEFGIQhVXWZvqbc:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:";
+char short_options[]="-ABCDEFGIQhVXWZ:vqbc:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:";
 char short_bitmap_options[]=
-                   "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:";
+                   "-ABCDEFGIQhVXWZ:vqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:";
 char short_bitmap_auto_options[]=
-                   "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sa:rfRSow1tye:";
+                   "-ABCDEFGIQhVXWZ:vqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sa:rfRSow1tye:";
 
 struct option long_options[] = {
     {"manage",    0, 0, '@'},




More information about the pkg-mdadm-commits mailing list