-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrf_rpc: remove NULL pointer referenece #1545
nrf_rpc: remove NULL pointer referenece #1545
Conversation
In case of error, the group pointer may be set to NULL. This reverts part of changes introduced in the following PR: nrfconnect#1493 Ref: NCSDK-29976 Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
FYI @Damian-Nordic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not seem to be enough - the SUIT update still fails, although it passed after reverting the commits which introduced the change reverted here
8bb9f82
to
9c841b2
Compare
Then it should be fixed correctly, not by reverting this commit. If changes are reverted, it breaks protocol serialization functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cause of issue should be investigated and fixed.
9c841b2
to
8bb9f82
Compare
Changed back to the partial revert. We are trying to fix the order of messages by adjusting the main thread priority. |
Alternate PR with fix: #1548 |
This reverts half of the changes introduced in the following PR:
#1493
Ref: NCSDK-29976