mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
fix warnings from lintChanges
This commit is contained in:
parent
b677ccd3ab
commit
bd22ad12bd
12 changed files with 20 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
o Minor bugfixes (automapping):
|
||||
- Prevent changes to other optoins from removing the wildcard value "."
|
||||
- Prevent changes to other options from removing the wildcard value "."
|
||||
from "AutomapHostsSuffixes".
|
||||
Fixes bug 12509; bugfix on 0.2.0.1-alpha.
|
||||
|
|
|
@ -1,17 +1,14 @@
|
|||
o Minor bugfixes (file handling):
|
||||
- Stop failing when key files are zero-length. Instead, generate new
|
||||
keys, and overwrite the empty key files.
|
||||
Fixes bug 13111. Patch by "teor".
|
||||
- Stop generating a fresh .old RSA key file when the .old file is missing.
|
||||
Fixes bug 13111; bugfix on all versions of Tor. Patch by "teor".
|
||||
- Stop generating a fresh .old RSA key file when the .old file is
|
||||
missing. Fixes part of 13111; bugfix on 0.0.6rc1.
|
||||
- Avoid overwriting .old key files with empty key files.
|
||||
- Stop crashing when a NULL filename is passed to file_status().
|
||||
Fixed as part of bug 13111. Patches by "teor".
|
||||
|
||||
o Minor enhancements (file handling):
|
||||
- Skip loading zero-length extra info store, router store, stats, state,
|
||||
and key files.
|
||||
- Return FN_ERROR when a zero-length filename is passed to file_status().
|
||||
Fixed as part of bug 13111. Patches by "teor".
|
||||
|
||||
o Minor enhancements (testing):
|
||||
- Test that tor does not fail when key files are zero-length.
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
always be non-NULL. clang recognises this and complains.
|
||||
Disable the tautologous and redundant check to silence
|
||||
this warning.
|
||||
Fixes bug 14001.
|
||||
Fixes bug 14001; bugfix on 0.2.1.2-alpha.
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
Ensures that authorities vote the HSDir flag for the listed
|
||||
relays regardless of uptime or ORPort connectivity.
|
||||
Respects the value of VoteOnHidServDirectoriesV2.
|
||||
Partial fix for bug 14067. Patch by "teor".
|
||||
Partial implementation for ticket 14067. Patch by "teor".
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
o Minor bugfixes (dirauth):
|
||||
- Enlarge the buffer to read bw-auth generated files to avoid an
|
||||
issue when parsing the file in dirserv_read_measured_bandwidths().
|
||||
Bugfix on 0.2.2.1-alpha, fixes #14125.
|
||||
Fixes bug 14125; bugfix on 0.2.2.1-alpha.
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
before asserting on the NULL in tor_addr_parse_mask_ports.
|
||||
This avoids crashing on torrc lines like
|
||||
Vi[rtualAddrNetworkIPv[4|6]] when no value follows the option.
|
||||
Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142.
|
||||
Fixes bug 14142; bugfix on 0.2.4.7-alpha.
|
||||
Patch by "teor".
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
o Minor bugfixes (controller):
|
||||
- Add a code for the END_CIRC_REASON_IP_NOW_REDUNDANT circuit close
|
||||
reason. Fixes bug 12407; bugfix on 0.2.6.2-alpha.
|
||||
reason. Fixes bug 14207; bugfix on 0.2.6.2-alpha.
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
- Close the intro circuit once we don't have any more usable intro
|
||||
points instead of making it timeout at some point. This also make sure
|
||||
no extra HS descriptor fetch is triggered.
|
||||
Fixes bug 14224; bugfix on 0.0.6.
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
O Minor bugfixes (directory authority):
|
||||
o Minor bugfixes (directory authority):
|
||||
- Allow directory authorities to fetch more data from one
|
||||
another if they find themselves missing lots of votes.
|
||||
Previously, they had been bumping against the 10 MB queued
|
||||
data limit. Fixes bug 14261. Bugfix on 0.1.2.5-alpha.
|
||||
data limit. Fixes bug 14261; bugfix on 0.1.2.5-alpha.
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
into a shared structure. Previously, they were duplicated across
|
||||
port_cfg_t, listener_connection_t, and edge_connection_t.
|
||||
Failure to copy one of them correctly had been the cause of at
|
||||
least one bug in the past.
|
||||
least one bug in the past. Closes ticket 8546.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
o Removed features:
|
||||
- Remove a test for a long-defunct broken directory server.
|
||||
- Remove a test for a long-defunct broken version-one directory server.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
o Minor features:
|
||||
- Suppress "router info incompatible with extra info" message when
|
||||
reading extrainfo documents from cache. (This message got loud
|
||||
around 0.2.6.2-alpha, when we fixed bug 9812.) Closes ticket
|
||||
13762.
|
||||
around when we closed bug 9812 in 0.2.6.2-alpha.) Closes ticket
|
||||
13762.
|
||||
|
|
Loading…
Add table
Reference in a new issue