diff options
author | Neel Chauhan <neel@neelc.org> | 2019-05-07 11:24:53 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-05-07 11:52:56 -0400 |
commit | 3cafdeb8c0f1dfa60a964e4fba04b54d1ad97d15 (patch) | |
tree | 3655cd091d3c85ed77b7ba68454217906bcec26d /scripts | |
parent | b72f5da03d12e0ac2212d18e3dea309d23ded79c (diff) | |
download | tor-3cafdeb8c0f1dfa60a964e4fba04b54d1ad97d15.tar.gz tor-3cafdeb8c0f1dfa60a964e4fba04b54d1ad97d15.zip |
Only call tor_addr_parse() in circuit_is_acceptable() when needed
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 21fe9ec351..8623b00a26 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -92,8 +92,8 @@ problem function-size /src/core/or/circuitlist.c:circuits_handle_oom() 117 problem function-size /src/core/or/circuitmux.c:circuitmux_set_policy() 110 problem function-size /src/core/or/circuitmux.c:circuitmux_attach_circuit() 114 problem function-size /src/core/or/circuitstats.c:circuit_build_times_parse_state() 124 -problem file-size /src/core/or/circuituse.c 3152 -problem function-size /src/core/or/circuituse.c:circuit_is_acceptable() 129 +problem file-size /src/core/or/circuituse.c 3155 +problem function-size /src/core/or/circuituse.c:circuit_is_acceptable() 133 problem function-size /src/core/or/circuituse.c:circuit_expire_building() 394 problem function-size /src/core/or/circuituse.c:circuit_log_ancient_one_hop_circuits() 126 problem function-size /src/core/or/circuituse.c:circuit_build_failed() 149 |