tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5e0fbd7006993a4e402f2eee49f6f86074923197
parent db6902c23530f8d58e999701685e9cbd74b15a82
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 16 Apr 2018 13:48:23 -0400

Merge branch 'maint-0.2.9' into maint-0.3.1

Diffstat:
Msrc/common/address.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/address.c b/src/common/address.c @@ -1223,7 +1223,7 @@ tor_addr_keyed_hash(const struct sipkey *key, const tor_addr_t *addr) /* LCOV_EXCL_START */ tor_fragile_assert(); return 0; - /* LCOV_EXCL_END */ + /* LCOV_EXCL_STOP */ } }