﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3631	Stack overflow in unit checking module	Lennart Ochel	Lennart Ochel	"Empty unit strings can cause stack overflow in unit checking module. The following example can be used as test case:

{{{#!mo
loadString(""
model foo
  Real x(final unit = \""\"");
  Real y(final unit = \""\"");
equation
  x = time;
  x + y = sin(time);
end foo;
""); getErrorString();

setCommandLineOptions(""--preOptModules+=unitChecking""); getErrorString();
simulate(foo); getErrorString();
}}}
"	defect	closed	high	1.9.4	Backend		fixed		
