diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:37:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:37:53 -0400 |
commit | 4983322cc71d56d3b9225704b85a7c4a933a40a1 (patch) | |
tree | 7a015413efd9859670dfbd57f2cae330459247de /changes | |
parent | df2b46d18c4a3d6e5eb364f80111ef6c7811383c (diff) | |
parent | fd528a0884e706f5ad10422d0c4501ce35254530 (diff) | |
download | tor-4983322cc71d56d3b9225704b85a7c4a933a40a1.tar.gz tor-4983322cc71d56d3b9225704b85a7c4a933a40a1.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27709 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27709 b/changes/bug27709 new file mode 100644 index 0000000000..49e87cbb0a --- /dev/null +++ b/changes/bug27709 @@ -0,0 +1,4 @@ + o Minor bugfixes (code safety): + - Rewrite our assertion macros so that they no longer suppress + the compiler's -Wparentheses warnings on their inputs. Fixes bug 27709; + bugfix on 0.0.6. |