tor

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

commit 4ceec4760c659122d900e56559b75157d1837ae2
parent 54eb3c043c1c7599a7cbd73321fba3476d49728b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  5 Jun 2019 15:38:25 -0400

change some CI-substitute logic

Diffstat:
Mdoc/HACKING/ReleasingTor.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md @@ -40,10 +40,14 @@ new Tor release: * clang scan-build. (See the script in ./scripts/test/scan_build.sh) * make test-network and make test-network-all (with - --enable-expensive-hardening) + --enable-fragile-hardening) * Running Tor yourself and making sure that it actually works for you. + * Running Tor under valgrind. (Our 'fragile hardening' doesn't cover + libevent and openssl, so using valgrind will sometimes find extra + memory leaks.) + === II. Write a changelog