aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2014-12-20 22:20:54 +1100
committerteor <teor2345@gmail.com>2014-12-20 22:20:54 +1100
commit6a9cae2e1dafb756b30fda541e8b5d68cfd45f89 (patch)
treeb6b7a4bdae9943809f68a8d47163dcb30b28274f /src/or/routerlist.c
parentf7e8bc2b4bc0d6072a337d9420cd5cd395c9f9d2 (diff)
downloadtor-6a9cae2e1dafb756b30fda541e8b5d68cfd45f89.tar.gz
tor-6a9cae2e1dafb756b30fda541e8b5d68cfd45f89.zip
Fix clang warning, IPv6 address comment, buffer size typo
The address of an array in the middle of a structure will always be non-NULL. clang recognises this and complains. Disable the tautologous and redundant check to silence this warning. A comment about an IPv6 address string incorrectly refers to an IPv4 address format. A log buffer is sized 10024 rather than 10240. Fixes bug 14001.
Diffstat (limited to 'src/or/routerlist.c')
0 files changed, 0 insertions, 0 deletions