diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-17 19:44:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-17 19:45:59 -0400 |
commit | 3bf9974b6c4ee9f2a8204c058e1b7c206b99d620 (patch) | |
tree | 4af8bb79b71cea6f01f5f082aabd949a094d211f /scripts | |
parent | 1abe0a5769f3fe7c2a36975acd8ab1e861925f51 (diff) | |
download | tor-3bf9974b6c4ee9f2a8204c058e1b7c206b99d620.tar.gz tor-3bf9974b6c4ee9f2a8204c058e1b7c206b99d620.zip |
Fix a pointer size error in test_bridges.c
sizeof(ret) is the size of the pointer, not the size of what it
points to. Fortunately, we already have a function to compare
tor_addr_port_t values for equality.
Bugfix on c2c5b13e5d8a77e; bug not in any released Tor. Found by
clang's scan-build.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions