fix tasklist structure
All threads resolved!
All threads resolved!
Compare changes
+ 8
− 1
@@ -4,7 +4,7 @@
@@ -94,6 +94,13 @@ OV_DLLFNCEXPORT OV_RESULT fb_database_checkstruct(void);
Due to maintenance at 17.06.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable. In maintenance, GitLab is updated to version 18. Information about changes can be found at: https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/#breaking-changes
When calling fb tasks form c code it is possible to create loops, which cause the server to crash. To avoid this, execution should be triggered by the tasklist association. In places where this is not possible (due to limitations of the concept) it is imperative to check that no loops exist. One possibility is to traverse up the tasklist and look for the UrTask.
This merge request fixes these issues for the fb and ssc library.