Skip to content
Snippets Groups Projects
Commit 0b20f4a6 authored by Uros Bizjak's avatar Uros Bizjak Committed by Uros Bizjak
Browse files

re PR libfortran/52758 (libgfortran/intrinsics/chmod.c: Array index out of bounds)

	PR libgfortran/52758
	* intrinsics/chmod.c: Remove out-of-bound initialization of rwxXstugo.

From-SVN: r186008
parent 4b985e20
No related branches found
No related tags found
No related merge requests found
2012-03-30 Uros Bizjak <ubizjak@gmail.com>
PR libgfortran/52758
* intrinsics/chmod.c: Remove out-of-bound initialization of rwxXstugo.
2012-03-27 Tristan Gingold <gingold@adacore.com>
* configure.ac: Add description to AC_DEFINE in
......
......@@ -141,7 +141,6 @@ chmod_func (char *name, char *mode, gfc_charlen_type name_len,
rwxXstugo[6] = false;
rwxXstugo[7] = false;
rwxXstugo[8] = false;
rwxXstugo[9] = false;
part = 0;
set_mode = -1;
for (; i < mode_len; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment