aboutsummaryrefslogtreecommitdiff
path: root/changes/bug23030_029
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug23030_029')
-rw-r--r--changes/bug23030_0297
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug23030_029 b/changes/bug23030_029
deleted file mode 100644
index 89a1b507d7..0000000000
--- a/changes/bug23030_029
+++ /dev/null
@@ -1,7 +0,0 @@
- 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.
-