glibc/sysdeps/ieee754
Siddhesh Poyarekar 4d55b4e596 Add assert for potential access beyond array bounds in m1np
The mpexp code has an access into m1np:

  for (i=n-1; i>0; i--,n--) { if (m1np[i][p]+m2>0) break; }

which could break for p >= 18 or i >= 7.  Fortunately this code is
never called due to the way the exp function is implemented since
values having exponent less than -55 return 1.0.  Make sure that if it
gets called in future, it is trapped.
2013-01-02 11:33:11 +05:30
..
bits
dbl-64 Add assert for potential access beyond array bounds in m1np 2013-01-02 11:33:11 +05:30
flt-32 Correct tinyness handling in long-double and float y0/y1. 2012-11-18 12:33:53 -08:00
ldbl-64-128 Finish ilogb changes 2012-04-18 14:31:43 +02:00
ldbl-96 Use hex float 64-bit values in ldbl-96 asinl (bug 14803). 2012-11-28 21:46:16 +00:00
ldbl-128 Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
ldbl-128ibm Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
ldbl-opt Fix "conflicting types for built-in function" warnings from nldbl-*.c. 2012-12-04 20:22:08 +00:00
ieee754.h
k_standard.c Fix lots of bitrot for stub configurations. 2012-07-30 16:34:33 -07:00
Makefile
s_lib_version.c
s_matherr.c
s_signgam.c
support.c