diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:58:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:58:22 -0400 |
commit | 431c8d09ee062621d8b826799a667f746a783103 (patch) | |
tree | f801bb641c7d1d92d80556e5be45dbf9970d85d8 /changes | |
parent | 30a98c765f850c76333fe2890706ea1fa2ad1f79 (diff) | |
parent | 18734d3b25f3a26fea3fd78e64136da9bcd3836d (diff) | |
download | tor-431c8d09ee062621d8b826799a667f746a783103.tar.gz tor-431c8d09ee062621d8b826799a667f746a783103.zip |
Merge branch 'maint-0.3.0' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23030_029 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23030_029 b/changes/bug23030_029 new file mode 100644 index 0000000000..89a1b507d7 --- /dev/null +++ b/changes/bug23030_029 @@ -0,0 +1,7 @@ + o Minor bugfixes (coverity builds): + - Avoid Coverity build warnings related to our BUG() macro. By + default, Coverity treats BUG() as the Linux kernel does: an + instant abort(). We need to override that so our BUG() macro + doesn't prevent Coverity from analyzing functions that use it. + Fixes bug 23030; bugfix on 0.2.9.1-alpha. + |