diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-02-05 17:17:05 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-02-05 17:17:05 +0000 |
commit | 34968048273faf0cde4d0c69d466b4d8d7275ab7 (patch) | |
tree | 41dbd70c15a16648caf056cd5524f80e1d909c3f /scripts | |
parent | 0a40892e8c376a3106cec1a4e9ba74f4dd146e68 (diff) | |
parent | 62b98716ff4823cff6f8e70c262766d1f25f252f (diff) | |
download | tor-34968048273faf0cde4d0c69d466b4d8d7275ab7.tar.gz tor-34968048273faf0cde4d0c69d466b4d8d7275ab7.zip |
Merge branch 'maint-0.4.4' into maint-0.4.5
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 0373641b60..2a225e07ee 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -130,6 +130,7 @@ 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 |