gf: Fix gf_irreduciblep() for small-degree polynomials.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 4 Feb 2006 16:19:03 +0000 (16:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 4 Feb 2006 16:19:03 +0000 (16:19 +0000)
Fix division-by-zero error for argument zero, and segfaults for
arguments with degree less than 2 due to skipping the main loop.  Handle
these as a special case.


No differences found