diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-26 11:30:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-26 11:30:09 -0400 |
commit | a5f6cb908c32dcf8c7efbde2702b70ccd36e82f0 (patch) | |
tree | c10833c2980e903066ea558ddb9fe1cd513a158b /changes/bug9596 | |
parent | a5610cfa64189db693dbad3efaa973d6720c42fe (diff) | |
download | tor-a5f6cb908c32dcf8c7efbde2702b70ccd36e82f0.tar.gz tor-a5f6cb908c32dcf8c7efbde2702b70ccd36e82f0.zip |
Increase POLICY_BUF_LEN to 72 to accomodate IPv6 exit policy items.
Fixes bug 9596; bugfix on 0.2.4.7-alpha.
Diffstat (limited to 'changes/bug9596')
-rw-r--r-- | changes/bug9596 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9596 b/changes/bug9596 new file mode 100644 index 0000000000..b3d138ecdc --- /dev/null +++ b/changes/bug9596 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Correctly log long IPv6 exit policy, instead of truncating them + or reporting an error. Fixes bug 9596; bugfix on 0.2.4.7-alpha. + |