aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-16 23:06:39 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-16 23:06:39 -0400
commit10174b00e7258cc8184e85c37a2a39b04a0df92e (patch)
tree752cf53b632edbdf9f12c4563a59168515218b8c /changes
parent973661394abc393e3dfd5b82de86659ecadc72a4 (diff)
parent64f62881d8578ebf98d35d2731f7e6b51a565a09 (diff)
downloadtor-10174b00e7258cc8184e85c37a2a39b04a0df92e.tar
tor-10174b00e7258cc8184e85c37a2a39b04a0df92e.tar.gz
Merge remote-tracking branch 'public/bug11477'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug114774
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11477 b/changes/bug11477
new file mode 100644
index 000000000..44bdba971
--- /dev/null
+++ b/changes/bug11477
@@ -0,0 +1,4 @@
+ o Minor features:
+ - New --enable-expensive-hardening option to turn on security hardening
+ options that consume nontrivial amounts of CPU and memory. Right now,
+ this includes AddressSanitizer and UbSan. Closes ticket 11477.