Incomplete script causes access violation

Issue #109 resolved
Christian Budde created an issue

The following incomplete script snippet will cause an access violation:

type
  TFooCallback = procedure(Bar: array [0..); // crashes also without the '0..'

Comments (2)

  1. Christian Budde reporter

    Forgot to mention: It crashes in ReadArrayType (inside the 'CheckBound' as bound is nil, or when 'lowBound' is nil)

  2. Log in to comment