aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/ReleasingTor.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md
index d9864dba27..a97ca08ce9 100644
--- a/doc/HACKING/ReleasingTor.md
+++ b/doc/HACKING/ReleasingTor.md
@@ -43,10 +43,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