summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-06 17:05:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-06 17:05:26 +0000
commit5249e01d35844d8884a708045b644615c0678c08 (patch)
tree4705fb4910279d1a7cb274949e005c493c8b4865 /BUGS
parent680392192ae498ebfb7ac41c3e0387c4049c230c (diff)
downloadmpfr-5249e01d35844d8884a708045b644615c0678c08.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1717 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 6 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index f2406430f..ec431ceb7 100644
--- a/BUGS
+++ b/BUGS
@@ -6,4 +6,9 @@ Knowns bugs:
* Possible integer overflows on some machines.
-* mpfr_out_str: __gmp_free_func may be called with a wrong size argument.
+* get_str.c: condition len != n + 1 is always satisfied at the end.
+ This means that there are too many reallocations (possibly useless
+ ones) and a possible bug.
+
+* Possible use of an uninitialized value in mpfr_sinh, detected by valgrind.
+ (Kevin Ryde, 06 March 2002)