Ignore:
Timestamp:
Jan 10, 2019, 3:21:24 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
fe195a96faa82b9bf1eeef8e27cc0437e1e79599
Parents:
1e00bf47f898a9e088cf3a75d643da82406ee61e
Message:
fix: syz with slimgb, case N==1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    r1e00bf r06aaa3b  
    44894489{
    44904490  int i;
     4491  if (r->N==1) // special: dp(1)==lp(1)== no entry in typ
     4492  {
     4493    pos=r->VarL_LowIndex;
     4494    return r;
     4495  }
    44914496  if (r->typ!=NULL)
    44924497  {
Note: See TracChangeset for help on using the changeset viewer.