aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket27530
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-29 16:08:33 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-29 16:08:33 -0400
commit66eae4afffb35afe891ec14a3389a484ecb7b373 (patch)
treed0ff1137c38d3059428a0eed0efbd507a9b6faea /changes/ticket27530
parent70553a91343e242e05e569d59584674a21d09679 (diff)
downloadtor-66eae4afffb35afe891ec14a3389a484ecb7b373.tar.gz
tor-66eae4afffb35afe891ec14a3389a484ecb7b373.zip
Check whether gcc-hardening is runnable, and log an error if not
Closes ticket 27530.
Diffstat (limited to 'changes/ticket27530')
-rw-r--r--changes/ticket275304
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket27530 b/changes/ticket27530
new file mode 100644
index 0000000000..8ae4f52668
--- /dev/null
+++ b/changes/ticket27530
@@ -0,0 +1,4 @@
+ o Minor features (compilation):
+ - Log a more useful error message when we are compiling and one of the
+ compile-time hardening options we have selected can be linked but
+ not executed. Closes ticket 27530.