diff options
author | Peter Palfrader <peter@palfrader.org> | 2016-07-03 18:04:33 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2016-07-03 18:04:33 +0200 |
commit | 51b5d09c9406ad58a2ae45b036c381637379fc0a (patch) | |
tree | f0af4f0f83961b61239aa5c129c178beea845ed1 | |
parent | 2c4e78d95b2bc42c43ba09163e9c2d0744d9ac7b (diff) | |
download | tor-51b5d09c9406ad58a2ae45b036c381637379fc0a.tar.gz tor-51b5d09c9406ad58a2ae45b036c381637379fc0a.zip |
Note which bug this fixes in the changes entry
-rw-r--r-- | changes/bug19556 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug19556 b/changes/bug19556 index fb1e601390..f4ac894f46 100644 --- a/changes/bug19556 +++ b/changes/bug19556 @@ -4,3 +4,4 @@ private stats directory, calls check_private_dir(), which also opens and not just stats() the directory. Therefore, we need to also allow open() for the stats dir in our sandboxing setup. + Fixes bug 19556. |