tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5068ccab0b1849e836729c43a2ca891139cf107b
parent cad0de35bd49064f5712f32a2b6e41ffe6e822e6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 29 May 2019 09:23:13 -0400

Add a changes file for ticket 30686.

Diffstat:
Achanges/ticket30686 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30686 b/changes/ticket30686 @@ -0,0 +1,5 @@ + o Minor features (logging): + - Give a more useful assertion failure message if we think we have + minherit() but we fail to make a region non-inheritable. Give a + compile-time warning if our support for minherit() is + incomplete. Closes ticket 30686.