if N is negative. Previously it behaved as if N were zero.
[bug introduced in coreutils-9.4]
+ 'factor' avoids a buffer over-read (CWE-126) for certain values.
+ [bug introduced in coreutils-9.8]
+
'head' and 'tail' now quote names in file headers when needed.
[This bug was present in "the beginning".]
t0 = divblock (factors, t0, pd, i, 6);
t0 = divblock (factors, t0, pd, i, 7);
+ if (PRIMES_PTAB_ENTRIES <= i + 8)
+ break;
int_least32_t p = primes_ptab[i + 8];
if (p * p > t0)
break;
['bug-2012-c', '6635692801', {OUT => '57601 115201'}],
['bug-2012-d', '17709149503', {OUT => '94099 188197'}],
['bug-2012-e', '17754345703', {OUT => '94219 188437'}],
+ ['bug-prime-table-end', '22486472939460651857',
+ {OUT => '4993 4503599627370449'}],
# Infinite loop bugs in v8.20 to 8.26 inclusive
['bug-2016-a', '158909489063877810457',
{OUT => '3401347 3861211 12099721'}],