info-mtools
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Info-mtools] GNU mtools 4.0.19 released


From: Pali Rohár
Subject: Re: [Info-mtools] GNU mtools 4.0.19 released
Date: Sun, 30 Sep 2018 21:42:59 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Hi! Thank you for a new release!

With new release I spotted two problems:

1) Problem in mcopy which cause uninitialized data in FAT entry is still not 
fixed

   https://lists.gnu.org/archive/html/info-mtools/2014-08/msg00000.html

2) In mformat.c is:

                /* Number of sectors must fit into 32bit value */
                if (tot_sectors > 0xFFFFFFFF) {
                        fprintf(stderr, "Too few sectors\n");
                        exit(1);
                }

   But error message should be "Too many sectors".

-- 
Pali Rohár
address@hidden

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]