From: Peter Palfrader Date: Sun, 3 Jul 2016 16:04:33 +0000 (+0200) Subject: Note which bug this fixes in the changes entry X-Git-Tag: tor-0.2.8.5-rc~12^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b5d09c9406ad58a2ae45b036c381637379fc0a;p=thirdparty%2Ftor.git Note which bug this fixes in the changes entry --- 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.