Bug#1027100: coreutils: wc: total overflows unchecked

2023-03-29 Thread Pádraig Brady
On 28/12/2022 13:38, Pádraig Brady wrote: On 27/12/2022 19:31, наб wrote: Package: coreutils Version: 8.32-4+b1 Severity: normal Dear Maintainer, -- >8 -- $ truncate -s 2E a $ wc -c a a a a a a a | uniq -c 7 2305843009213693952 a 1 16140901064495857664 total $ wc -c a a a a

Bug#1027100: coreutils: wc: total overflows unchecked

2022-12-28 Thread наб
Hi! On Wed, Dec 28, 2022 at 01:38:00PM +, Pádraig Brady wrote: > On 27/12/2022 19:31, наб wrote: > It's a good point. > We might just output ERR or NAN or something > in place of a total value in the overflow case. Given that you can't process that file as anything other than

Bug#1027100: coreutils: wc: total overflows unchecked

2022-12-28 Thread Pádraig Brady
On 27/12/2022 19:31, наб wrote: Package: coreutils Version: 8.32-4+b1 Severity: normal Dear Maintainer, -- >8 -- $ truncate -s 2E a $ wc -c a a a a a a a | uniq -c 7 2305843009213693952 a 1 16140901064495857664 total $ wc -c a a a a a a a a | uniq -c 8

Bug#1027100: coreutils: wc: total overflows unchecked

2022-12-27 Thread наб
Package: coreutils Version: 8.32-4+b1 Severity: normal Dear Maintainer, -- >8 -- $ truncate -s 2E a $ wc -c a a a a a a a | uniq -c 7 2305843009213693952 a 1 16140901064495857664 total $ wc -c a a a a a a a a | uniq -c 8 2305843009213693952 a 1 0