diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:37:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:37:49 -0400 |
commit | dff7d3d00ad5e3f9e59cd4b11f302601790d1061 (patch) | |
tree | 4f9f87ec2ab3ca4ed23bb212b42a0ba78e5d6984 /changes | |
parent | f7e93cf2e7c80fa6dc6c907893b7b01c31b588d1 (diff) | |
parent | b113399658934f3a4526387a63429ec4377ca8be (diff) | |
download | tor-dff7d3d00ad5e3f9e59cd4b11f302601790d1061.tar.gz tor-dff7d3d00ad5e3f9e59cd4b11f302601790d1061.zip |
Merge branch 'maint-0.2.9' into maint-0.3.3
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. |