You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When increasing TotalAsserts in method AddAssertResult the array limits of AssertResults are not being checked, causing PLC crash due to invalid array index.
Expected behavior
Prevent crash by limit checks and sending error through ADSLOGSTR. Remark: Prevent overflow of event logger (error should only be raised once)!!!
…s and static assert handlers (see issue tcunit#190),
TcUnit updated + TcUnit-Verifier_TwinCAT updated to detect problem, TcUnit-Verifier_DotNet NOT updated
Describe the bug
When increasing TotalAsserts in method AddAssertResult the array limits of AssertResults are not being checked, causing PLC crash due to invalid array index.
Expected behavior
Prevent crash by limit checks and sending error through ADSLOGSTR.
Remark: Prevent overflow of event logger (error should only be raised once)!!!
Screenshots
Software versions
v1.2.0.0
has been mentioned earlier in #153
The text was updated successfully, but these errors were encountered: