-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: fixed null pointer bug in cellular fsm #6677
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
Conversation
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.
How does it crash and how is it fixing? (add some detailed info to the commit message if possible)
@0xc0170 updated commit and pr message |
I see the title changed (the title should be 50 characters the most, same as first line in the commit message. The title here is used also in the release notes). The commit message (1st paragraph should contain the details about it). but commit has not changed, a push missing? |
Null pointer could have been called after stop() in cellular state machine.
c345d08
to
6a2eefb
Compare
/morph build |
Build : SUCCESSBuild number : 1816 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1462 |
Test : SUCCESSBuild number : 1624 |
@0xc0170 merge? |
Description
Cellular: fixed possible crash bug in cellular state machine.
After stop() call there might have been a call to null pointer.
@AriParkkila please review
Pull request type
[X] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change