There is a serious eternal recursion vulnerability in the Pascal generator that may lead to a stack overflow on Pascal export (or in Pascal code preview). It is triggered by type descriptions starting with substring "array" (case-ignorant) as e. g. ArrayList<String>, which may occur in a diagram after Java import. (This vulnerability had been aggravated inadvertently by bugfix #1092.)
There is a serious eternal recursion vulnerability in the Pascal generator that may lead to a stack overflow on Pascal export (or in Pascal code preview). It is triggered by type descriptions starting with substring "array" (case-ignorant) as e. g.
ArrayList<String>
, which may occur in a diagram after Java import. (This vulnerability had been aggravated inadvertently by bugfix #1092.)