bug-coreutils
[Top][All Lists]
Advanced

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

bug#18316: [PATCH] warn on too large file copies


From: Paul Eggert
Subject: bug#18316: [PATCH] warn on too large file copies
Date: Fri, 22 Aug 2014 12:11:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

That reminds me, we should be avoiding types like uint64_t unless they're really needed. The fiemap code is bound tightly to the Linux kernel so I guess uint64_t is OK there, but the portable code should use higher-level types like off_t. I installed the attached patch. No doubt further cleanups like this could be made but one thing at a time.

Attachment: 0001-maint-avoid-int64_t-and-similar-types-unless-they-re.patch
Description: Text document


reply via email to

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