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

Fix CID 1430932 [0.3.2] #31

Closed
wants to merge 1 commit into from
Closed

Conversation

Labels
None yet
Projects
None yet
1 participant
@tlyu
Copy link
Contributor

@tlyu tlyu commented Mar 27, 2018

Coverity found a null pointer reference in nodelist_add_microdesc().
This is almost certainly impossible assuming that the routerstatus_t
returned by router_get_consensus_status_by_descriptor_digest() always
corresponds to an entry in the nodelist. Fixes bug 25629.

Coverity found a null pointer reference in nodelist_add_microdesc().
This is almost certainly impossible assuming that the routerstatus_t
returned by router_get_consensus_status_by_descriptor_digest() always
corresponds to an entry in the nodelist.  Fixes bug 25629.
@tlyu tlyu closed this Mar 27, 2018
@tlyu tlyu deleted the bug25629-032 branch Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment