Actions
Bug #11815
closedDo not pass NULL at registration of callbacks
Start date:
08/10/2022
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
Some EMG tests declare global pointer variables that are implicitly initialized to NULL. Then they provide values of these variables at registration of callbacks. New checks catch these cases (#11810).
Updated by Evgeny Novikov over 2 years ago
- Blocks Feature #11810: Check whether the same resources are passed to various related callbacks added
Updated by Evgeny Novikov about 2 years ago
- Status changed from New to Resolved
I fixed this issue in branch avoid-null-as-callback-arg. It is necessary to regenerate EMG test cases and run CI to ensure that everything works well.
Updated by Evgeny Novikov about 2 years ago
- Status changed from Resolved to Closed
Tests passed, so I merged the branch to master in 3684f5136.
Actions