Merge branch 'maint-0.2.9' into maint-0.3.0

This commit is contained in:
Nick Mathewson
2017-07-26 12:58:22 -04:00
2 changed files with 20 additions and 0 deletions
+7
View File
@@ -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.