﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1453	Missing bounds checking on array subscripts	Martin Sjölund	Martin Sjölund	"The following is accepted, but should not be (subscripts >1 are rejected as expected)
{{{class A
  Real r[1];
equation
  r[0] = 15;
  r[-1] = 15;
  r[-2] = 15;
  r[-3] = 15;
end A;}}}"	defect	closed	high				fixed		Martin Sjölund
