bug-coreutils
[Top][All Lists]
Advanced

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

Re: moot and unposixy error message


From: Paul Eggert
Subject: Re: moot and unposixy error message
Date: Mon, 18 Aug 2008 15:10:55 -0700
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.2 (gnu/linux)

Benno Schulenberg <address@hidden> writes:

> Since max_bytes_to_format cannot be negative, the second 'if' will 
> never trigger, so the whole six lines are moot.

It can trigger if there is an arithmetic overflow.

> Further, the Open Group says that 'od' should not produce an error 
> when '-j' plus '-N' is longer than the file, so the above section 
> can be removed.

But the problem is that we don't know whether -j plus -N is longer than
the file in this case.  The overflow prevents us from determining that.
It is possible, on some platforms, for files to contain more bytes than
the widest C integer can represent.




reply via email to

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