glibc/sysdeps
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
..
generic Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
gnu Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
i386 Fix powl inaccuracy for x86_64 and x86 (bug 13881). 2012-11-28 13:40:54 +00:00
ieee754 Add assert for potential access beyond array bounds in m1np 2013-01-02 11:33:11 +05:30
mach Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
posix Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
powerpc Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
pthread Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
s390 S/390: Update libm-test-ulps. 2012-12-21 06:24:27 +01:00
sh sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. 2012-11-20 19:29:23 +01:00
sparc Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
unix Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
wordsize-32 Add script to update copyright notices and reformat some to facilitate its use. 2013-01-01 16:29:10 +00:00
wordsize-64 Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile. 2012-09-18 15:45:57 +00:00
x86 byteswap.h: fix gcc ver test for __builtin_bswap{32,64} 2012-12-03 14:54:31 -05:00
x86_64 Move mpone out to a global const 2012-12-27 20:43:24 +05:30