mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
3 lines
173 B
Text
3 lines
173 B
Text
o Minor bugfixes (C correctness):
|
|
- Fix a very unlikely null pointer dereference. Fixes bug 25629;
|
|
bugfix on 0.2.9.15. Found by Coverity; this is CID 1430932.
|