diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-06-03 14:49:48 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-06-03 14:49:48 -0400 |
commit | 8b0ccb2d7fd1ec646a622a16bd64e356739ffca3 (patch) | |
tree | b7500d0f98c33e9fa91366fc95ef456eff692d15 /NEWS | |
parent | 3b3c4d40c18e0e340c68a02487014d0001211382 (diff) | |
download | glibc-8b0ccb2d7fd1ec646a622a16bd64e356739ffca3.tar.gz glibc-8b0ccb2d7fd1ec646a622a16bd64e356739ffca3.tar.xz glibc-8b0ccb2d7fd1ec646a622a16bd64e356739ffca3.zip |
BZ #15536: Fix ulp for 128-bit IBM long double.
In 128-bit IBM long double the precision of the type decreases as you approach subnormal numbers, equaling that of a double for subnormal numbers. Therefore adjust the computation in ulp to use 2^(MIN_EXP - MANT_DIG) which is correct for FP_SUBNORMAL for all types.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index acfc19c1bd..9452cc1959 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ Version 2.18 15337, 15339, 15342, 15346, 15359, 15361, 15366, 15380, 15381, 15394, 15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15424, 15426, 15429, 15441, 15442, 15448, 15465, 15480, 15485, 15488, 15490, 15493, - 15497, 15506, 15529, 15553. + 15497, 15506, 15529, 15536, 15553. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |