This commit is contained in:
Frank Denis 2017-07-07 22:16:42 +02:00
parent 6e313cb9d8
commit eb48c20f8d

View file

@ -108,7 +108,7 @@ message_load(size_t *message_len, const char *message_file, int hashed)
} }
assert(hashed == 0); assert(hashed == 0);
if (message_len_ > (off_t) 1L << 30) { if (message_len_ > (off_t) 1L << 30) {
exit_msg("Data has to be smaller than 1 Gb. Or use the -H option."); exit_msg("Data has to be smaller than 1 GB. Or use the -H option.");
} }
if ((uintmax_t) message_len_ > (uintmax_t) SIZE_MAX || if ((uintmax_t) message_len_ > (uintmax_t) SIZE_MAX ||
message_len_ < (off_t) 0) { message_len_ < (off_t) 0) {