diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-05 12:40:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-05 12:40:25 -0400 |
commit | 8d25ab6347910784ee100b6b4a784c7a6779277b (patch) | |
tree | 02bce83cbfa06d07e95bada17ea7da83a561f71e /changes | |
parent | 74cbbda86e01a40e5cbf7889d5a5bc3445f68510 (diff) | |
parent | 55d380f3dfbc2e0c1c4aa748e38d73593454069b (diff) | |
download | tor-8d25ab6347910784ee100b6b4a784c7a6779277b.tar.gz tor-8d25ab6347910784ee100b6b4a784c7a6779277b.zip |
Merge remote-tracking branch 'weasel/bug19557' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19557 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19557 b/changes/bug19557 new file mode 100644 index 0000000000..9036cdc8e8 --- /dev/null +++ b/changes/bug19557 @@ -0,0 +1,4 @@ + o Major bugfixes (sandboxing): + - Our sandboxing code would not allow us to write to stats/hidserv-stats, + causing tor to abort while trying to write stats. This was previously + masked by bug 19556. Fixes bug 19557. |