commit | ad5b43995e758c7a1f81ce6cf2cd798b48712808 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Wed Aug 22 19:11:50 2012 +0200 |
committer | Stefan Krah <skrah@bytereef.org> | Wed Aug 22 19:11:50 2012 +0200 |
tree | 807a78b4da935f606bfa066dde471a210a64a81a | |
parent | 2fd502f6a183fde7d8b4847d27e09884bf8006c7 [diff] |
In the 32-bit build, dec_hash() raised InvalidOperation if the operand had a coefficient with MAX_PREC=425000000 digits and a negative exponent. Increasing the context limits above the official values fixes the issue and is safe (in this case!).