Changeset c8e7d63 in git for libpolys


Ignore:
Timestamp:
Feb 25, 2014, 9:57:35 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4cda398594e14a9c3953996550f1d55f247252fc8d25019f8182d6d3e441f78f8146914b302f82f3
Parents:
42d0cbc2182023ac298b5fcbc4fefb38d67e2aac
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-02-25 09:57:35+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-02-25 09:59:37+01:00
Message:
fix: setting minpoly twice with invalid minpolys (tr.579)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/algext.cc

    r42d0cb rc8e7d63  
    653653  poly aAsPoly;
    654654  const char * result = p_Read(s, aAsPoly, naRing);
    655   definiteReduce(aAsPoly, naMinpoly, cf);
     655  if (aAsPoly!=NULL) definiteReduce(aAsPoly, naMinpoly, cf);
    656656  *a = (number)aAsPoly;
    657657  return result;
Note: See TracChangeset for help on using the changeset viewer.