diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-16 23:06:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-16 23:06:39 -0400 |
commit | 10174b00e7258cc8184e85c37a2a39b04a0df92e (patch) | |
tree | 752cf53b632edbdf9f12c4563a59168515218b8c /changes | |
parent | 973661394abc393e3dfd5b82de86659ecadc72a4 (diff) | |
parent | 64f62881d8578ebf98d35d2731f7e6b51a565a09 (diff) | |
download | tor-10174b00e7258cc8184e85c37a2a39b04a0df92e.tar.gz tor-10174b00e7258cc8184e85c37a2a39b04a0df92e.zip |
Merge remote-tracking branch 'public/bug11477'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11477 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11477 b/changes/bug11477 new file mode 100644 index 0000000000..44bdba971f --- /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. |