diff options
author | teor <teor2345@gmail.com> | 2014-12-20 22:20:54 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-12-20 22:20:54 +1100 |
commit | 6a9cae2e1dafb756b30fda541e8b5d68cfd45f89 (patch) | |
tree | b6b7a4bdae9943809f68a8d47163dcb30b28274f /src/or/routerlist.c | |
parent | f7e8bc2b4bc0d6072a337d9420cd5cd395c9f9d2 (diff) | |
download | tor-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