diff options
author | teor <teor@torproject.org> | 2019-04-06 12:19:47 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-06 12:26:30 +1000 |
commit | 7741b21d0e3afbfc6d60a852fce6992724c4ae71 (patch) | |
tree | c13bac35199e7db95af621ad0f3e24039247b064 /scripts | |
parent | 4cffc7fe9cfff03a122ddecc3447136f8a82387b (diff) | |
download | tor-7741b21d0e3afbfc6d60a852fce6992724c4ae71.tar.gz tor-7741b21d0e3afbfc6d60a852fce6992724c4ae71.zip |
practracker: accept 6 extra lines in tortls_nss.c:tor_tls_context_new()
These lines were added to fix bug 29241.
Diffstat (limited to 'scripts')
-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 8d6464e3f1..678d97849a 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -282,7 +282,7 @@ problem function-size /src/lib/process/restrict.c:set_max_file_descriptors() 102 problem function-size /src/lib/process/setuid.c:switch_id() 156 problem function-size /src/lib/sandbox/sandbox.c:prot_strings() 104 problem function-size /src/lib/string/scanf.c:tor_vsscanf() 112 -problem function-size /src/lib/tls/tortls_nss.c:tor_tls_context_new() 147 +problem function-size /src/lib/tls/tortls_nss.c:tor_tls_context_new() 153 problem function-size /src/lib/tls/tortls_openssl.c:tor_tls_context_new() 171 problem function-size /src/lib/tls/x509_nss.c:tor_tls_create_certificate_internal() 126 problem function-size /src/tools/tor-gencert.c:parse_commandline() 111 |