tor

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

commit 8f0dffe329d41eab4ab192ed08e32692b9362663
parent 49d2346b805b09fde656d05a6bbf1c632a8eb903
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 25 Sep 2017 11:55:51 -0400

changes file for my confparse typechecking fun

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

diff --git a/changes/ticket23643 b/changes/ticket23643 @@ -0,0 +1,6 @@ + o Minor features (compilation, testing): + - Tor builds should now fail if there are any mismatches between the C + type representing a configuration variable and the C type the + data-driven parser uses to store a value there. Previously, we needed + to check these by hand, which sometimes led to mistakes. Closes ticket + 23643.