[tor-commits] [tor/maint-0.4.4] Fix CI build: practracker error in connection_edge.c, take two.

ahf at torproject.org ahf at torproject.org
Fri Feb 5 17:42:12 UTC 2021


commit aa1a053d5538d07252597f7d55f9bba9028a2d08
Author: Alexander Færøy <ahf at torproject.org>
Date:   Fri Feb 5 17:39:21 2021 +0000

    Fix CI build: practracker error in connection_edge.c, take two.
    
    This was a bad copy and paste error from the previous commit which
    generated a duplicated entry error from practracker.
    
    Unreviewed build fix.
    
    See: tor#40275.
---
 scripts/maint/practracker/exceptions.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt
index a84a434cd6..711ef67d36 100644
--- a/scripts/maint/practracker/exceptions.txt
+++ b/scripts/maint/practracker/exceptions.txt
@@ -130,7 +130,6 @@ problem function-size /src/core/or/command.c:command_process_create_cell() 156
 problem function-size /src/core/or/command.c:command_process_relay_cell() 132
 problem dependency-violation /src/core/or/command.c 9
 problem file-size /src/core/or/connection_edge.c 4655
-problem function-size /src/core/or/connection_edge.c:connection_exit_connect() 130
 problem include-count /src/core/or/connection_edge.c 65
 problem function-size /src/core/or/connection_edge.c:connection_ap_expire_beginning() 117
 problem function-size /src/core/or/connection_edge.c:connection_ap_handshake_rewrite() 193
@@ -139,7 +138,7 @@ problem function-size /src/core/or/connection_edge.c:connection_ap_handshake_rew
 problem function-size /src/core/or/connection_edge.c:connection_ap_handshake_send_begin() 111
 problem function-size /src/core/or/connection_edge.c:connection_ap_handshake_socks_resolved() 101
 problem function-size /src/core/or/connection_edge.c:connection_exit_begin_conn() 185
-problem function-size /src/core/or/connection_edge.c:connection_exit_connect() 102
+problem function-size /src/core/or/connection_edge.c:connection_exit_connect() 130
 problem dependency-violation /src/core/or/connection_edge.c 27
 problem dependency-violation /src/core/or/connection_edge.h 1
 problem function-size /src/core/or/connection_or.c:connection_or_group_set_badness_() 105



More information about the tor-commits mailing list