diff options
author | teor <teor@torproject.org> | 2019-06-06 13:42:30 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-06 13:42:30 +1000 |
commit | b07b1a4f6d1aae3755db7ccfa9e7417214375f13 (patch) | |
tree | 88ae30b10c3e6b605f0786d1728f435dce8d3c94 | |
parent | c7fc53c2e77f9931bc607a414e289dcebbcee516 (diff) | |
download | tor-b07b1a4f6d1aae3755db7ccfa9e7417214375f13.tar.gz tor-b07b1a4f6d1aae3755db7ccfa9e7417214375f13.zip |
practracker: accept 3 extra lines in router_parse_entry_from_string()
practracker exception for bug 30781.
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index eb0625b8d3..db9bf34e25 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -189,7 +189,7 @@ problem function-size /src/feature/dirparse/ns_parse.c:networkstatus_verify_bw_w problem function-size /src/feature/dirparse/ns_parse.c:networkstatus_parse_vote_from_string() 638 problem function-size /src/feature/dirparse/parsecommon.c:tokenize_string() 103 problem function-size /src/feature/dirparse/parsecommon.c:get_next_token() 159 -problem function-size /src/feature/dirparse/routerparse.c:router_parse_entry_from_string() 554 +problem function-size /src/feature/dirparse/routerparse.c:router_parse_entry_from_string() 557 problem function-size /src/feature/dirparse/routerparse.c:extrainfo_parse_entry_from_string() 210 problem function-size /src/feature/hibernate/hibernate.c:accounting_parse_options() 109 problem function-size /src/feature/hs/hs_cell.c:hs_cell_build_establish_intro() 115 |