Skip to content
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

Initialize the routing running state #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kheaactua
Copy link
Contributor

The routing manager running state appears uninitialised, which can (and has) resulting in routingmanagerd starting up in a suspend state.

The routing manager running state appears uninitialised, which can (and has) resulting in routingmanagerd starting up in a suspend state.
@gunnar-mb
Copy link

General question on this and #653: How is this not caught by compiler warnings or static-analysis evaluation?
(We shouldn't have to deal with trivial things like uninitialized variables, right?)

@kheaactua
Copy link
Contributor Author

General question on this and #653: How is this not caught by compiler warnings or static-analysis evaluation? (We shouldn't have to deal with trivial things like uninitialized variables, right?)

A lot of #560 was addresses the results from cppcheck, but either I missed this, or I mainly focused on shadowing, or maybe I first ran this on 3.1.20 which didn't have this member.

But yeah, I was also wondering why I didn't notice this last time I ran static-analysis. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants