1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00
Files
coreutils/src
Paul Eggert 0ec869e8be sort: fix bug on 64-bit hosts with at least 32768 processors
* src/sort.c (MAX_MERGE): Avoid integer overflow when on a machine
with (say) 32-bit int and 64-bit size_t and when level == 15.
Without this fix, on such a machine with 32768 or more processors,
the level computation could overflow on large input, and this
would result in division by zero.
2010-12-01 21:51:15 -08:00
..
2010-10-25 11:45:27 -06:00
2010-10-16 13:32:04 +02:00
2010-09-18 21:32:18 +02:00
2010-09-17 08:44:31 -06:00
2010-09-18 21:32:18 +02:00
2010-10-05 12:12:30 -06:00