tcunit / TcUnit

An unit testing framework for Beckhoff's TwinCAT 3
Other
258 stars 72 forks source link

Update FB_AssertResultStatic.TcPOU #204

Closed BartoszPastucha closed 9 months ago

BartoszPastucha commented 1 year ago

If we exceed GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite it goes out of the array and corrupts the memory.

Code change is not tested, maybe could be done in more appropriate way, didn't dig to deep, it's just a proposition.

sagatowski commented 9 months ago

Solved in #193.