Fix a number of clang analyzer false-positives
commitefcab439564dcadc5bc14609a9205d73d236e966
authorNick Mathewson <nickm@torproject.org>
Tue, 2 Sep 2014 15:55:53 +0000 (2 11:55 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 2 Sep 2014 15:56:56 +0000 (2 11:56 -0400)
tree32b90aeed52b5d76bb862bd824b16bf0e2c7829a
parent8139db372528ca02cd572f3f7848e9d174a9b12e
Fix a number of clang analyzer false-positives

Most of these are in somewhat non-obvious code where it is probably
a good idea to initialize variables and add extra assertions anyway.

Closes 13036.  Patches from "teor".
changes/ticket13036 [new file with mode: 0644]
src/common/address.c
src/or/circuitmux.c
src/or/connection.c
src/or/control.c
src/or/dirvote.c
src/or/rephist.c
src/or/routerparse.c