[Bug libfortran/62188] Array bounds overrun in bessel_yn_r4/8/16 and other functions

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 20 16:19:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188

--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Aug 20 16:18:27 2014
New Revision: 214229

URL: https://gcc.gnu.org/viewcvs?rev=214229&root=gcc&view=rev
Log:
2014-08-20  Steven G. Kargl  <kargl@gcc.gnu.org>

    PR libgfortran/62188
    * m4/bessel.m4: Avoid indexing off the end of an array.
    * generated/bessel_r10.c: Regenerated.
    * generated/bessel_r16.c: Ditto.
    * generated/bessel_r4.c: Ditto.
    * generated/bessel_r8.c: Ditto.


Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/generated/bessel_r10.c
    trunk/libgfortran/generated/bessel_r16.c
    trunk/libgfortran/generated/bessel_r4.c
    trunk/libgfortran/generated/bessel_r8.c
    trunk/libgfortran/m4/bessel.m4



More information about the Gcc-bugs mailing list