Remove a few dead assignments during router parsing
[tor.git] / changes / coverity_maint
blobfd8c44050582ae6f04aeed29f4aca4067a86044f
1   o Code simplifications and refactoring:
2     - Remove some dead code as indicated by coverity.
3     - Remove a few dead assignments during router parsing. Found by coverity.
4   o Minor bugfixes:
5     - Add some forgotten return value checks during unit tests. Found
6       by coverity.