summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-23 14:05:54 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-23 14:05:54 -0500
commita7f303a4818b551b4a59a3624cc337294a2703e3 (patch)
treeaae3842292ae27e898f21f5d0b207d93dee99fae /changes
parent94c8f3605f39a8a9058e7c0222386f3dd8dbfa7c (diff)
parent67e5d49d8a995c6d3b8bf4177046271a7d4dd157 (diff)
downloadtor-a7f303a4818b551b4a59a3624cc337294a2703e3.tar.gz
tor-a7f303a4818b551b4a59a3624cc337294a2703e3.zip
Merge branch 'maint-0.2.7'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug148214
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14821 b/changes/bug14821
new file mode 100644
index 0000000000..0920d1fffc
--- /dev/null
+++ b/changes/bug14821
@@ -0,0 +1,4 @@
+ o Major bugfixes (compilation):
+ - Correctly repair hardened builds under the clang compiler. Previously,
+ our use of _FORTIFY_SOURCE would conflict with clang's address
+ sanitizer. Closes ticket 14821.