summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-07-20 08:24:58 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-07-20 08:24:58 +0000
commit3f11a1d22164b3cce33d86ba8107891d3faec77b (patch)
treead18a97e54fedd4c14f2e020cc09c18895f7561b /BUGS
parentfa468af86f78bb18df28d58f3ae6023f1e1dff83 (diff)
downloadmpc-3f11a1d22164b3cce33d86ba8107891d3faec77b.tar.gz
[norm.c] fixed infinite loop (underflow) reported by Emmanuel Thome
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@810 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 2f24323..f4e260d 100644
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,5 @@
+- Overflow and underflow are not considered in all functions, which might
+ lead to some infinite loops.
- No checks are made for intermediate over- or underflows, which may occur
in the middle of the algorithms although the final result may be
representable.