[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mtools] Segfault in mdir
From: |
Alain Knaff |
Subject: |
Re: [Mtools] Segfault in mdir |
Date: |
Tue, 24 Feb 2009 20:10:08 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20090105) |
Simon Large wrote:
> Hi folks,
>
> Just giving mlabel on ARM9 big disks a final test on 4.0.6 - it works by
> the way. Out of curiosity I tried mdir, and that works OK when I give it
> a disk, but the default seems broken.
>
> # ./mdir s:
> Volume in drive S has no label
> Volume Serial Number is 564A-70C2
> Directory for S:/
>
> No files
> 8 193 540 096 bytes free
> # ./mdir
> Segmentation fault
> #
>
> When I try the same thing with 3.9.11 I get
> # ./mdir
> Can't open /dev/fd0: No such file or directory
> Cannot initialize 'A:'
> #
>
> Simon
> _______________________________________________
> Mtools mailing list
> address@hidden
> http://list.mtools.linux.lu/
Oops. This was due to an off-by-one error in the --help option parsing.
Fixed in 4.0.7
Regards,
Alain