mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
7 lines
284 B
Text
7 lines
284 B
Text
o Code simplifications and refactoring:
|
|
- Remove some dead code as indicated by coverity.
|
|
- Remove a few dead assignments during router parsing. Found by coverity.
|
|
o Minor bugfixes:
|
|
- Add some forgotten return value checks during unit tests. Found
|
|
by coverity.
|
|
|