195e7a0895
if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less than 2, the local variable fq[0] may be accessed uninitialised. __kernel_rem_pio2() has direct calls with nx = 1, and __kernel_rem_pio2f() is called with a value starting at 3, but may be decreased to less than 2, implied by this code , if not actually avoided by the tx[] setup above: nx = 3; while(tx[nx-1]==zero) nx--; /* skip zero term */ n = __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi); found by GCC 12. |
||
---|---|---|
.. | ||
arch | ||
compat | ||
compiler_rt | ||
complex | ||
gen | ||
ld80 | ||
ld128 | ||
man | ||
noieee_src | ||
softfloat | ||
src | ||
Makefile | ||
shlib_version |