[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:22:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Aug 20 16:22:20 2014
New Revision: 214230
URL: https://gcc.gnu.org/viewcvs?rev=214230&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:
branches/gcc-4_9-branch/libgfortran/ChangeLog
branches/gcc-4_9-branch/libgfortran/generated/bessel_r10.c
branches/gcc-4_9-branch/libgfortran/generated/bessel_r16.c
branches/gcc-4_9-branch/libgfortran/generated/bessel_r4.c
branches/gcc-4_9-branch/libgfortran/generated/bessel_r8.c
branches/gcc-4_9-branch/libgfortran/m4/bessel.m4
More information about the Gcc-bugs
mailing list