Changeset fdcaa13 in git for factory/facFactorize.cc


Ignore:
Timestamp:
Oct 9, 2013, 2:52:15 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a866f19be92c02efc6aa0a5a7e4960e099d932f1
Parents:
8cf6bc46a700b51d7d4396d0befbe081735d94d6
git-author:
Martin Lee <martinlee84@web.de>2013-10-09 14:52:15+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-10-09 14:56:52+02:00
Message:
fix: possible seg fault in factorization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.cc

    r8cf6bc rfdcaa13  
    384384  else if (biFactors.length() > minFactorsLength)
    385385    refineBiFactors (A, biFactors, Aeval2, evaluation, minFactorsLength);
     386  minFactorsLength= tmin (minFactorsLength, biFactors.length());
    386387
    387388  if (differentSecondVar == lengthAeval2)
Note: See TracChangeset for help on using the changeset viewer.