diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:34:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:34:39 -0400 |
commit | b113399658934f3a4526387a63429ec4377ca8be (patch) | |
tree | e7d99041851a615fa60e52e8d153b453a9237aef /changes | |
parent | 717507e3bb38d11814f4128ed7ccde676ab2aa89 (diff) | |
parent | 5e582c7ffafd9075373131e5e55b69507f54206e (diff) | |
download | tor-b113399658934f3a4526387a63429ec4377ca8be.tar.gz tor-b113399658934f3a4526387a63429ec4377ca8be.zip |
Merge branch 'bug27709_029' into maint-0.2.9
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. |