(main): Check for overflow in tabstop values
authorJim Meyering <jim@meyering.net>
Tue, 11 Jan 2005 16:54:02 +0000 (16:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 Jan 2005 16:54:02 +0000 (16:54 +0000)
commitc8756077c3981f77b5cb1c24b98568fd74d4a310
tree7d147b76a36d2c02da047e57a7b5ee8e85f961a3
parentc2fed1cc190243e79f4b52c8f6de3f67ec1936e3
(main): Check for overflow in tabstop values
specified via the obsolete form.  E.g., now this command fails:
_POSIX2_VERSION=1 ./expand -$(echo '2^64+1'|bc)
Before it would act like `_POSIX2_VERSION=1 ./expand -1'.
src/expand.c