bug23030_029 356 B

1234567
  1. o Minor bugfixes (coverity builds):
  2. - Avoid Coverity build warnings related to our BUG() macro. By
  3. default, Coverity treats BUG() as the Linux kernel does: an
  4. instant abort(). We need to override that so our BUG() macro
  5. doesn't prevent Coverity from analyzing functions that use it.
  6. Fixes bug 23030; bugfix on 0.2.9.1-alpha.